Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config: cors #93

Merged
merged 4 commits into from
Feb 4, 2025
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
1 change: 1 addition & 0 deletions charts/datalayer-ai-agents/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ For full documentation please checkout [Datalayer Tech](https://datalayer.tech).
| aiagents.env.DATALAYER_AZURE_OPENAI_API_KEY | string | `""` | |
| aiagents.env.DATALAYER_AZURE_OPENAI_ENDPOINT | string | `""` | |
| aiagents.env.DATALAYER_CDN_URL | string | `""` | |
| aiagents.env.DATALAYER_CORS_ORIGIN | string | `"*"` | |
| aiagents.env.DATALAYER_JWT_ALGORITHM | string | `""` | |
| aiagents.env.DATALAYER_JWT_CACHE_VALIDATE | string | `"false"` | |
| aiagents.env.DATALAYER_JWT_ISSUER | string | `""` | |
Expand Down
1 change: 1 addition & 0 deletions charts/datalayer-ai-agents/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ aiagents:
DATALAYER_AZURE_OPENAI_API_KEY: ""
DATALAYER_AZURE_OPENAI_ENDPOINT: ""
DATALAYER_CDN_URL: ""
DATALAYER_CORS_ORIGIN: "*"
DATALAYER_JWT_ALGORITHM: ""
DATALAYER_JWT_CACHE_VALIDATE: "false"
DATALAYER_JWT_ISSUER: ""
Expand Down
4 changes: 2 additions & 2 deletions charts/datalayer-iam/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: Datalayer IAM
name: datalayer-iam
version: 1.0.9
appVersion: 1.0.8
version: 1.0.10
appVersion: 1.0.9
home: https://datalayer.tech
sources:
- https://github.com/datalayer/helm-charts/tree/main/charts/datalayer-iam
Expand Down
5 changes: 3 additions & 2 deletions charts/datalayer-iam/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Datalayer IAM

![Version: 1.0.8](https://img.shields.io/badge/Version-1.0.8-informational?style=flat-square) ![AppVersion: 1.0.7](https://img.shields.io/badge/AppVersion-1.0.7-informational?style=flat-square)
![Version: 1.0.10](https://img.shields.io/badge/Version-1.0.10-informational?style=flat-square) ![AppVersion: 1.0.9](https://img.shields.io/badge/AppVersion-1.0.9-informational?style=flat-square)

## Documentation

Expand All @@ -23,6 +23,7 @@ For full documentation please checkout [Datalayer Tech](https://datalayer.tech).
| iam.env.DATALAYER_BLUESKY_API_KEY | string | `""` | |
| iam.env.DATALAYER_BLUESKY_API_SECRET | string | `""` | |
| iam.env.DATALAYER_CDN_URL | string | `""` | |
| iam.env.DATALAYER_CORS_ORIGIN | string | `"*"` | |
| iam.env.DATALAYER_CREDITS_PROVIDER | string | `""` | |
| iam.env.DATALAYER_GITHUB_CLIENT_ID | string | `""` | |
| iam.env.DATALAYER_GITHUB_CLIENT_SECRET | string | `""` | |
Expand Down Expand Up @@ -65,7 +66,7 @@ For full documentation please checkout [Datalayer Tech](https://datalayer.tech).
| iam.env.OTEL_EXPORTER_OTLP_METRICS_ENDPOINT | string | `""` | |
| iam.env.OTEL_EXPORTER_OTLP_TRACES_ENDPOINT | string | `""` | |
| iam.env.OTEL_SDK_DISABLED | string | `"false"` | |
| iam.image | string | `"datalayer/iam:1.0.8"` | |
| iam.image | string | `"datalayer/iam:1.0.10"` | |
| iam.imagePullPolicy | string | `"Always"` | |
| iam.ingressClass | string | `"datalayer-traefik"` | |
| iam.port | int | `9700` | |
Expand Down
6 changes: 4 additions & 2 deletions charts/datalayer-iam/tests/deployment_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ tests:
value: ""
- name: DATALAYER_CDN_URL
value: ""
- name: DATALAYER_CORS_ORIGIN
value: '*'
- name: DATALAYER_CREDITS_PROVIDER
value: ""
- name: DATALAYER_GITHUB_CLIENT_ID
Expand Down Expand Up @@ -132,9 +134,9 @@ tests:
value: ""
- name: OTEL_SDK_DISABLED
value: "false"
image: datalayer/iam:1.0.8
image: datalayer/iam:1.0.10
imagePullPolicy: Always
name: iam
ports:
- containerPort: 9700
protocol: TCP
protocol: TCP
3 changes: 2 additions & 1 deletion charts/datalayer-iam/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
iam:
image: datalayer/iam:1.0.8
image: datalayer/iam:1.0.10
imagePullPolicy: Always
port: 9700
sidecar:
Expand Down Expand Up @@ -27,6 +27,7 @@ iam:
key: password
DATALAYER_AUTHZ_ENGINE: "openfga"
DATALAYER_CDN_URL: ""
DATALAYER_CORS_ORIGIN: "*"
DATALAYER_CREDITS_PROVIDER: ""
DATALAYER_GITHUB_CLIENT_ID: ""
DATALAYER_GITHUB_CLIENT_SECRET: ""
Expand Down
1 change: 1 addition & 0 deletions charts/datalayer-jump/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Datalayer Jump
| jump.env.AWS_DEFAULT_REGION | string | `""` | |
| jump.env.AWS_SECRET_ACCESS_KEY | string | `""` | |
| jump.env.DATALAYER_CDN_URL | string | `""` | |
| jump.env.DATALAYER_CORS_ORIGIN | string | `"*"` | |
| jump.env.DATALAYER_JWT_SECRET | string | `""` | |
| jump.env.DATALAYER_KEYCLOAK_REALM_CLIENT_SECRET | string | `""` | |
| jump.env.DATALAYER_KEYCLOAK_SCHEME_HOST | string | `""` | |
Expand Down
1 change: 1 addition & 0 deletions charts/datalayer-jump/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jump:
env:
DATALAYER_RUN_URL: ""
DATALAYER_CDN_URL: ""
DATALAYER_CORS_ORIGIN: "*"
DATALAYER_SOLR_ZK_HOST: ""
DATALAYER_KEYCLOAK_REALM_CLIENT_SECRET: ""
DATALAYER_KEYCLOAK_SCHEME_HOST: ""
Expand Down
4 changes: 2 additions & 2 deletions charts/datalayer-jupyter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: Datalayer Jupyter
name: datalayer-jupyter
version: 1.0.8
appVersion: 1.0.6
version: 1.0.9
appVersion: 1.0.7
home: https://datalayer.tech
sources:
- https://github.com/datalayer/helm-charts/tree/main/charts/datalayer-jupyter
Expand Down
5 changes: 3 additions & 2 deletions charts/datalayer-jupyter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Datalayer Jupyter

![Version: 1.0.7](https://img.shields.io/badge/Version-1.0.7-informational?style=flat-square) ![AppVersion: 1.0.5](https://img.shields.io/badge/AppVersion-1.0.5-informational?style=flat-square)
![Version: 1.0.9](https://img.shields.io/badge/Version-1.0.9-informational?style=flat-square) ![AppVersion: 1.0.7](https://img.shields.io/badge/AppVersion-1.0.7-informational?style=flat-square)

## Documentation

Expand All @@ -21,6 +21,7 @@ For full documentation please checkout [Datalayer Tech](https://datalayer.tech).
| jupyter.clusterType | string | `"any"` | |
| jupyter.env.DATALAYER_AUTHZ_ENGINE | string | `""` | |
| jupyter.env.DATALAYER_CDN_URL | string | `""` | |
| jupyter.env.DATALAYER_CORS_ORIGIN | string | `"*"` | |
| jupyter.env.DATALAYER_JWT_ALGORITHM | string | `""` | |
| jupyter.env.DATALAYER_JWT_CACHE_VALIDATE | string | `"false"` | |
| jupyter.env.DATALAYER_JWT_ISSUER | string | `"https://id.datalayer.run"` | |
Expand All @@ -43,7 +44,7 @@ For full documentation please checkout [Datalayer Tech](https://datalayer.tech).
| jupyter.env.OTEL_EXPORTER_OTLP_METRICS_ENDPOINT | string | `""` | |
| jupyter.env.OTEL_EXPORTER_OTLP_TRACES_ENDPOINT | string | `""` | |
| jupyter.env.OTEL_SDK_DISABLED | string | `"false"` | |
| jupyter.image | string | `"datalayer/jupyter:1.0.6"` | |
| jupyter.image | string | `"datalayer/jupyter:1.0.7"` | |
| jupyter.imagePullPolicy | string | `"Always"` | |
| jupyter.ingressClass | string | `"datalayer-traefik"` | |
| jupyter.port | int | `9500` | |
Expand Down
4 changes: 3 additions & 1 deletion charts/datalayer-jupyter/tests/deployment_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ tests:
value: ""
- name: DATALAYER_CDN_URL
value: ""
- name: DATALAYER_CORS_ORIGIN
value: '*'
- name: DATALAYER_JWT_ALGORITHM
value: ""
- name: DATALAYER_JWT_CACHE_VALIDATE
Expand Down Expand Up @@ -88,7 +90,7 @@ tests:
value: ""
- name: OTEL_SDK_DISABLED
value: "false"
image: datalayer/jupyter:1.0.6
image: datalayer/jupyter:1.0.7
imagePullPolicy: Always
name: jupyter
ports:
Expand Down
3 changes: 2 additions & 1 deletion charts/datalayer-jupyter/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
jupyter:
image: datalayer/jupyter:1.0.6
image: datalayer/jupyter:1.0.7
imagePullPolicy: Always
sidecar:
image: datalayer/whoami:0.0.6
Expand Down Expand Up @@ -27,6 +27,7 @@ jupyter:
key: password
DATALAYER_AUTHZ_ENGINE: ""
DATALAYER_CDN_URL: ""
DATALAYER_CORS_ORIGIN: "*"
DATALAYER_JWT_ALGORITHM: ""
DATALAYER_JWT_ISSUER: "https://id.datalayer.run"
DATALAYER_JWT_SECRET: ""
Expand Down
1 change: 1 addition & 0 deletions charts/datalayer-library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ For full documentation please checkout [Datalayer Tech](https://datalayer.tech).
| library.env.AWS_SECRET_ACCESS_KEY | string | `""` | |
| library.env.DATALAYER_AUTHZ_ENGINE | string | `""` | |
| library.env.DATALAYER_CDN_URL | string | `""` | |
| library.env.DATALAYER_CORS_ORIGIN | string | `"*"` | |
| library.env.DATALAYER_JWT_ALGORITHM | string | `""` | |
| library.env.DATALAYER_JWT_CACHE_VALIDATE | string | `"false"` | |
| library.env.DATALAYER_JWT_ISSUER | string | `""` | |
Expand Down
1 change: 1 addition & 0 deletions charts/datalayer-library/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ library:
env:
DATALAYER_RUN_URL: ""
DATALAYER_CDN_URL: ""
DATALAYER_CORS_ORIGIN: "*"
AWS_ACCESS_KEY_ID: ""
AWS_SECRET_ACCESS_KEY: ""
AWS_DEFAULT_REGION: ""
Expand Down
1 change: 1 addition & 0 deletions charts/datalayer-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ For full documentation please checkout [Datalayer Tech](https://datalayer.tech).
| manager.env.AWS_SECRET_ACCESS_KEY | string | `""` | |
| manager.env.DATALAYER_AUTHZ_ENGINE | string | `""` | |
| manager.env.DATALAYER_CDN_URL | string | `""` | |
| manager.env.DATALAYER_CORS_ORIGIN | string | `"*"` | |
| manager.env.DATALAYER_JWT_ALGORITHM | string | `""` | |
| manager.env.DATALAYER_JWT_CACHE_VALIDATE | string | `"false"` | |
| manager.env.DATALAYER_JWT_ISSUER | string | `""` | |
Expand Down
1 change: 1 addition & 0 deletions charts/datalayer-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ manager:
env:
DATALAYER_RUN_URL: ""
DATALAYER_CDN_URL: ""
DATALAYER_CORS_ORIGIN: "*"
DATALAYER_RUNTIME_ENV: "prod"
AWS_ACCESS_KEY_ID: ""
AWS_SECRET_ACCESS_KEY: ""
Expand Down
2 changes: 1 addition & 1 deletion charts/datalayer-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Datalayer Operator

![Version: 1.0.11](https://img.shields.io/badge/Version-1.0.11-informational?style=flat-square) ![AppVersion: 1.0.10](https://img.shields.io/badge/AppVersion-1.0.10-informational?style=flat-square)
![Version: 1.0.12](https://img.shields.io/badge/Version-1.0.12-informational?style=flat-square) ![AppVersion: 1.0.11](https://img.shields.io/badge/AppVersion-1.0.11-informational?style=flat-square)

## Documentation

Expand Down
1 change: 1 addition & 0 deletions charts/datalayer-spacer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ For full documentation please checkout [Datalayer Tech](https://datalayer.tech).
| spacer.env.AWS_SECRET_ACCESS_KEY | string | `""` | |
| spacer.env.DATALAYER_AUTHZ_ENGINE | string | `""` | |
| spacer.env.DATALAYER_CDN_URL | string | `""` | |
| spacer.env.DATALAYER_CORS_ORIGIN | string | `"*"` | |
| spacer.env.DATALAYER_JWT_ALGORITHM | string | `""` | |
| spacer.env.DATALAYER_JWT_CACHE_VALIDATE | string | `"false"` | |
| spacer.env.DATALAYER_JWT_ISSUER | string | `""` | |
Expand Down
1 change: 1 addition & 0 deletions charts/datalayer-spacer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ spacer:
env:
DATALAYER_RUN_URL: ""
DATALAYER_CDN_URL: ""
DATALAYER_CORS_ORIGIN: "*"
DATALAYER_RUNTIME_ENV: "prod"
AWS_ACCESS_KEY_ID: ""
AWS_SECRET_ACCESS_KEY: ""
Expand Down
1 change: 1 addition & 0 deletions charts/datalayer-success/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ For full documentation please checkout [Datalayer Tech](https://datalayer.tech).
| success.env.DATALAYER_BLUESKY_API_KEY | string | `""` | |
| success.env.DATALAYER_BLUESKY_API_SECRET | string | `""` | |
| success.env.DATALAYER_CDN_URL | string | `""` | |
| success.env.DATALAYER_CORS_ORIGIN | string | `"*"` | |
| success.env.DATALAYER_CREDITS_PROVIDER | string | `""` | |
| success.env.DATALAYER_GITHUB_CLIENT_ID | string | `""` | |
| success.env.DATALAYER_GITHUB_CLIENT_SECRET | string | `""` | |
Expand Down
2 changes: 2 additions & 0 deletions charts/datalayer-success/tests/deployment_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ tests:
value: ""
- name: DATALAYER_CDN_URL
value: ""
- name: DATALAYER_CORS_ORIGIN
value: '*'
- name: DATALAYER_CREDITS_PROVIDER
value: ""
- name: DATALAYER_GITHUB_CLIENT_ID
Expand Down
1 change: 1 addition & 0 deletions charts/datalayer-success/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ success:
key: password
DATALAYER_AUTHZ_ENGINE: "openfga"
DATALAYER_CDN_URL: ""
DATALAYER_CORS_ORIGIN: "*"
DATALAYER_CREDITS_PROVIDER: ""
DATALAYER_GITHUB_CLIENT_ID: ""
DATALAYER_GITHUB_CLIENT_SECRET: ""
Expand Down
Loading