Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions mta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ resources:
service-plan: application
config:
display-name: xflights-java
provided-apis:
- name: data-consumer
description: Grants technical access to data service API
- name: xflights-db
type: com.sap.xs.hdi-container
parameters:
Expand Down
3 changes: 3 additions & 0 deletions srv/authorizations.cds
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
using { sap.capire.flights.data as data } from './data-service';

annotate data with @(requires: ['internal-user', 'data-consumer']);