Go back to d7a17820c4
This commit is contained in:
parent
5f598b13d6
commit
4346a12de8
|
@ -51,4 +51,4 @@ dependencies:
|
|||
repository: https://owncloud-docker.github.io/helm-charts
|
||||
version: 0.4.1
|
||||
digest: sha256:c23f6f5d58ca92ec95d87fe4d97de87b8d07cf9b0da3f85b6eed9d95e3c5b27c
|
||||
generated: "2024-02-02T10:45:47.952156261+01:00"
|
||||
generated: "2024-01-26T12:45:44.958867792+01:00"
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -37,17 +37,6 @@ global:
|
|||
SUPPORT_EMAIL: drive@sunet.se
|
||||
MANUAL_URL: www.sunet.se/services/molnbaserade-tjanster/sunet-drive
|
||||
storageClass: csi-sc-cinderplugin
|
||||
env:
|
||||
- name: OPENSCIENCEFRAMEWORK_OAUTH_CLIENT_ID
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: osf-client
|
||||
key: osf-client-id
|
||||
- name: OPENSCIENCEFRAMEWORK_OAUTH_CLIENT_SECRET
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: osf-client
|
||||
key: osf-client-secret
|
||||
layer0-describo:
|
||||
postgresql:
|
||||
postgresqlDatabase: describo
|
||||
|
@ -87,13 +76,17 @@ layer1-port-zenodo:
|
|||
enabled: true
|
||||
environment:
|
||||
ADDRESS: https://sandbox.zenodo.org
|
||||
OAUTH_CLIENT_ID: IAMZENODOID
|
||||
OAUTH_CLIENT_SECRET: IAMZENODOSECRET
|
||||
layer1-port-openscienceframework:
|
||||
enabled: true
|
||||
environment:
|
||||
ADDRESS: https://test.accounts.test.osf.io
|
||||
API_ADDRESS: https://api.test.osf.io/v2
|
||||
# needs to be adjusted to correct values
|
||||
OAUTH_CLIENT_ID: rdsdrivetest
|
||||
OAUTH_CLIENT_SECRET: THISISATEST
|
||||
layer2-metadata-service: {}
|
||||
layer3-research-manager: {}
|
||||
layer3-token-storage:
|
||||
image: zivgitlab.wwu.io/sciebo-rds/sciebo-rds/central_service_token_storage:develop
|
||||
layer3-token-storage: {}
|
||||
loglevel: DEBUG
|
||||
|
|
Loading…
Reference in a new issue