dimas-b commented on code in PR #2650: URL: https://github.com/apache/polaris/pull/2650#discussion_r2370009640
########## runtime/defaults/src/main/resources/application.properties: ########## @@ -122,9 +122,27 @@ polaris.features."SUPPORTED_CATALOG_CONNECTION_TYPES"=["ICEBERG_REST"] # polaris.persistence.type=eclipse-link # polaris.persistence.type=in-memory-atomic polaris.persistence.type=in-memory -# polaris.persistence.type=relational-jdbc - +#polaris.persistence.type=relational-jdbc polaris.secrets-manager.type=in-memory +#disable localstack +#if set to true it will try to start localstack at build and run time for the local environment +quarkus.devservices.enabled=false + + +#AWS IAM postgres example +#quarkus.datasource.jdbc.url=jdbc:postgresql://aurora-cluster-url:6160/polaris +#quarkus.datasource.jdbc.additional-jdbc-properties.wrapperPlugins=iam +#quarkus.datasource.username=dbusername +#quarkus.datasource.active=true +#quarkus.datasource.db-kind=postgresql +#quarkus.datasource.jdbc.additional-jdbc-properties.ssl=true +#quarkus.datasource.jdbc.additional-jdbc-properties.sslmode=require +#quarkus.datasource.credentials-provider=aws + +#quarkus.rds.credentials-provider.aws.use-quarkus-client="true" +#quarkus.rds.credentials-provider.aws.username=dbusername Review Comment: Instructions in docs would be nice, but IMHO, it can be a separate PR -- 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]
