-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d81fc35
commit 53295a6
Showing
8 changed files
with
1,136 additions
and
1,065 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
## Example of OIDC configuration for auth0. | ||
## Please note the trailing slash in the "Authority" URL. | ||
# | ||
#Authentication: | ||
# Authority: https://xcube-dev.eu.auth0.com/ | ||
# Audience: https://xcube-dev/api/ | ||
# | ||
## Example of OIDC configuration for Keycloak. | ||
## Please note no trailing slash in the "Authority" URL. | ||
# | ||
#Authentication: | ||
# Authority: https://kc.brockmann-consult.de/auth/realms/AVL | ||
# Audience: avl-xc-api | ||
|
||
DatasetAttribution: | ||
- "© by Brockmann Consult GmbH 2020, contains modified Copernicus Data 2019, processed by ESA" | ||
- "© by EU H2020 CyanoAlert project" | ||
|
||
DatasetChunkCacheSize: 100M | ||
|
||
DataStores: | ||
- Identifier: deep-esdl | ||
StoreId: s3 | ||
StoreParams: | ||
root: deep-esdl-public | ||
storage_options: | ||
anon: false | ||
Datasets: | ||
- Identifier: hydrology | ||
Path: hydrology-1D-0.009deg-1x1102x966-3.0.2.levels | ||
Style: default | ||
Variables: | ||
- "SM" | ||
- "*" | ||
AccessControl: | ||
# Due to this it will only appear for unauthorized clients | ||
IsSubstitute: true | ||
|
||
ServiceProvider: | ||
ProviderName: Brockmann Consult GmbH | ||
ProviderSite: https://www.brockmann-consult.de | ||
ServiceContact: | ||
IndividualName: Norman Fomferra | ||
PositionName: Senior Software Engineer | ||
ContactInfo: | ||
Phone: | ||
Voice: +49 40 696 389 300 | ||
Facsimile: +49 40 696 389 399 | ||
Address: | ||
DeliveryPoint: Chrysanderstr. 1 | ||
City: Hamburg | ||
AdministrativeArea: Hamburg | ||
PostalCode: 21029 | ||
Country: Germany | ||
ElectronicMailAddress: info@brockmann-consult.de |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.