Skip to content

Commit b64aa69

Browse files
committed
reverting accidental change
1 parent 0bf0c79 commit b64aa69

File tree

1 file changed

+3
-22
lines changed

1 file changed

+3
-22
lines changed

runtime/defaults/src/main/resources/application.properties

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -111,37 +111,18 @@ polaris.realm-context.realms=POLARIS
111111
polaris.realm-context.header-name=Polaris-Realm
112112
polaris.realm-context.require-header=false
113113

114-
#polaris.features."ENFORCE_PRINCIPAL_CREDENTIAL_ROTATION_REQUIRED_CHECKING"=false
115-
#polaris.features."SUPPORTED_CATALOG_STORAGE_TYPES"=["S3","GCS","AZURE"]
116-
## polaris.features."ENABLE_CATALOG_FEDERATION"=true
117-
#polaris.features."SUPPORTED_CATALOG_CONNECTION_TYPES"=["ICEBERG_REST"]
118-
#polaris.features."SUPPORTED_EXTERNAL_CATALOG_AUTHENTICATION_TYPES"=["OAUTH", "BEARER"]
119-
#
120-
## realm overrides
121-
## polaris.features.realm-overrides."my-realm"."SKIP_CREDENTIAL_SUBSCOPING_INDIRECTION"=true
122-
#
123-
## polaris.persistence.type=eclipse-link
124-
## polaris.persistence.type=in-memory-atomic
125-
#polaris.persistence.type=in-memory
126-
127114
polaris.features."ENFORCE_PRINCIPAL_CREDENTIAL_ROTATION_REQUIRED_CHECKING"=false
128-
polaris.features."SUPPORTED_CATALOG_STORAGE_TYPES"=["S3","GCS","AZURE","FILE"]
129-
polaris.features."ALLOW_INSECURE_STORAGE_TYPES"=true
130-
polaris.readiness.ignore-severe-issues=true
115+
polaris.features."SUPPORTED_CATALOG_STORAGE_TYPES"=["S3","GCS","AZURE"]
131116
# polaris.features."ENABLE_CATALOG_FEDERATION"=true
132117
polaris.features."SUPPORTED_CATALOG_CONNECTION_TYPES"=["ICEBERG_REST"]
118+
polaris.features."SUPPORTED_EXTERNAL_CATALOG_AUTHENTICATION_TYPES"=["OAUTH", "BEARER"]
133119

134120
# realm overrides
135121
# polaris.features.realm-overrides."my-realm"."SKIP_CREDENTIAL_SUBSCOPING_INDIRECTION"=true
136122

137123
# polaris.persistence.type=eclipse-link
138124
# polaris.persistence.type=in-memory-atomic
139-
# polaris.persistence.type=in-memory
140-
polaris.persistence.type=relational-jdbc
141-
quarkus.datasource.db-kind=pgsql
142-
quarkus.datasource.jdbc.url=jdbc:postgresql://localhost:5432/POLARIS
143-
quarkus.datasource.username=postgres
144-
quarkus.datasource.password=postgres
125+
polaris.persistence.type=in-memory
145126

146127
polaris.secrets-manager.type=in-memory
147128

0 commit comments

Comments
 (0)