Tishj opened a new issue, #1658:
URL: https://github.com/apache/polaris/issues/1658
### Describe the bug
```
Configuration validation failed:
SRCFG00050: polaris.features."SUPPORTED_CATALOG_STORAGE_TYPES" in
PropertiesConfigSource[source=jar:file:///polaris_catalog/quarkus/server/build/quarkus-app/lib/main/org.apache.polaris.polaris-quarkus-defaults-0.11.0-beta-incubating-SNAPSHOT.jar!/application.properties]:112
does not map to any root
> Task :polaris-quarkus-server:quarkusRun
> Task :polaris-quarkus-server:run
```
Is hit when running:
```
nohup ./gradlew run -Dpolaris.bootstrap.credentials="POLARIS,root,secret"
-Dpolaris.features."ALLOW_INSECURE_STORAGE_TYPES"=true
-Dpolaris.features.SUPPORTED_CATALOG_STORAGE_TYPES='["FILE","S3","GCS","AZURE"]'
```
`SUPPORTED_CATALOG_STORAGE_TYPES` causes this problem, because of:
```
polaris.features."ENFORCE_PRINCIPAL_CREDENTIAL_ROTATION_REQUIRED_CHECKING"=false
polaris.features."SUPPORTED_CATALOG_STORAGE_TYPES"=["S3","GCS","AZURE"]
# polaris.features."ENABLE_CATALOG_FEDERATION"=true
polaris.features."SUPPORTED_CATALOG_CONNECTION_TYPES"=["ICEBERG_REST"]
```
Inside `quarkus/defaults/src/main/resources/application.properties`
### To Reproduce
_No response_
### Actual Behavior
_No response_
### Expected Behavior
_No response_
### Additional context
_No response_
### System information
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]