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
25 changes: 0 additions & 25 deletions .eslintignore

This file was deleted.

74 changes: 0 additions & 74 deletions .eslintrc.cjs

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: npm run build

- name: ESLint
run: npm run eslint:ci
run: npm run lint:ci

- name: Prettier
run: npm run prettier:ci
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The metadata is openly accessible and is system instance aware.
Depending on the **tenant** the metadata return can potentially vary (reflecting customizations).
This strategy therefore only applies to multi-tenant systems.

When fetching metadata for a specific tenant, the request REQUIRES to add an additional HTTP Header `sap-global-tenant-id` with a [CLD Tenant ID](https://wiki.one.int.sap/wiki/display/CLMAM/CLD+Tenant+ID) as a value.
When fetching metadata for a specific tenant, the request REQUIRES to add an additional HTTP Header `global-tenant-id` with a [CLD Tenant ID](https://wiki.one.int.sap/wiki/display/CLMAM/CLD+Tenant+ID) as a value.
The application internally maps from the global tenant ID to a local tenant and returns the metadata for the local tenant as requested (see [./src/data/user/tenantMapping.ts](./src/data/user/tenantMapping.ts)).
Therefore the application MUST support the mapping of the global tenant ID to its own tenant IDs.

Expand All @@ -52,7 +52,7 @@ In this case metadata would be returned without considering tenant specifics.
The metadata is openly accessible, but system instance aware.
Depending tenant the metadata that is return can vary (reflecting customizations).

When fetching metadata for a specific tenant, the request REQUIRES an additional HTTP Header `sap-local-tenant-id` with a local tenant ID (that the application locally understands) as a value.
When fetching metadata for a specific tenant, the request REQUIRES an additional HTTP Header `local-tenant-id` with a local tenant ID (that the application locally understands) as a value.

If the specified header is missing the request will be identical to the `open` access strategy.
Whether this is supported is defined by additionally supporting the `open` access strategy.
Expand Down
202 changes: 0 additions & 202 deletions deps/open-resource-discovery/LICENSE

This file was deleted.

54 changes: 0 additions & 54 deletions deps/open-resource-discovery/README.md

This file was deleted.

Loading
Loading