Skip to content

Commit

Permalink
Merge pull request #140 from DIRACGrid/main_FIX_add-diracx-token-issuer
Browse files Browse the repository at this point in the history
feat: specify diracx token issuer in values.yaml
  • Loading branch information
fstagni authored Mar 6, 2025
2 parents 86aa87a + 99089ec commit 64fddda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions demo/values.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ developer:
diracx:
hostname: {{ hostname }}
settings:
DIRACX_SERVICE_AUTH_TOKEN_ISSUER: "https://{{ hostname }}:8000"
DIRACX_SERVICE_AUTH_ALLOWED_REDIRECTS: '["https://{{ hostname }}:8000/api/docs/oauth2-redirect", "https://{{ hostname }}:8000/#authentication-callback"]'
DIRACX_SANDBOX_STORE_BUCKET_NAME: demo-sandboxes
DIRACX_SANDBOX_STORE_S3_CLIENT_KWARGS: '{"endpoint_url": "http://{{ hostname }}:32000", "aws_access_key_id": "console", "aws_secret_access_key": "console123"}'
Expand Down
1 change: 1 addition & 0 deletions k3s/examples/my.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ diracx:
service:
port: 8000
settings:
DIRACX_SERVICE_AUTH_TOKEN_ISSUER: "https://<your_hostname>"
DIRACX_SERVICE_AUTH_ALLOWED_REDIRECTS: '["https://<your_hostname>/api/docs/oauth2-redirect","https://<your_hostname>/#authentication-callback"]'
DIRACX_SANDBOX_STORE_BUCKET_NAME: demo-sandboxes
DIRACX_SANDBOX_STORE_S3_CLIENT_KWARGS: '{"endpoint_url": "http://diracx-minio:9000", "aws_access_key_id": "console", "aws_secret_access_key": "console123"}'
Expand Down

0 comments on commit 64fddda

Please sign in to comment.