Skip to content

Commit 97c684f

Browse files
committed
Address review feedbacks
1 parent f9083e9 commit 97c684f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

getting-started/eclipselink/docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ services:
3737
polaris.realm-context.realms: POLARIS
3838
quarkus.otel.sdk.disabled: "true"
3939
POLARIS_BOOTSTRAP_CREDENTIALS: POLARIS,${CLIENT_ID},${CLIENT_SECRET}
40+
polaris.features."ALLOW_INSECURE_STORAGE_TYPES": "true"
41+
polaris.features."SUPPORTED_CATALOG_STORAGE_TYPES": "[\"FILE\",\"S3\",\"GCS\",\"AZURE\"]"
42+
polaris.readiness.ignore-severe-issues: "true"
4043
volumes:
4144
- ../assets/eclipselink/:/deployments/config/eclipselink
4245
healthcheck:

getting-started/jdbc/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ services:
4141
QUARKUS_DATASOURCE_PASSWORD: $QUARKUS_DATASOURCE_PASSWORD
4242
POLARIS_REALM_CONTEXT_REALMS: POLARIS
4343
QUARKUS_OTEL_SDK_DISABLED: true
44-
POLARIS_BOOTSTRAP_CREDENTIALS: POLARIS,${CLIENT_ID},${CLIENT_SECRET}
44+
POLARIS_BOOTSTRAP_CREDENTIALS: POLARIS,$CLIENT_ID,$CLIENT_SECRET
4545
polaris.features."ALLOW_INSECURE_STORAGE_TYPES": "true"
4646
polaris.features."SUPPORTED_CATALOG_STORAGE_TYPES": "[\"FILE\",\"S3\",\"GCS\",\"AZURE\"]"
4747
polaris.readiness.ignore-severe-issues: "true"

0 commit comments

Comments
 (0)