File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed
runtime/defaults/src/main/resources Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ request adding CHANGELOG notes for breaking (!) changes and possibly other secti
3131
3232### Upgrade Notes
3333
34+ - Amazon RDS plugin enabled, this allows polaris to connect to AWS Aurora PostgreSQL using IAM authentication.
3435- The EclipseLink Persistence implementation has been deprecated since 1.0.0 and will be completely removed
3536 in 1.3.0 or in 2.0.0 (whichever happens earlier).
3637
Original file line number Diff line number Diff line change @@ -132,20 +132,6 @@ quarkus.devservices.enabled=false
132132quarkus.rds.sync-client.type =apache
133133
134134
135- # AWS IAM postgres example
136- # quarkus.datasource.jdbc.url=jdbc:postgresql://aurora-cluster-url:6160/polaris
137- # quarkus.datasource.jdbc.additional-jdbc-properties.wrapperPlugins=iam
138- # quarkus.datasource.username=dbusername
139- # quarkus.datasource.active=true
140- # quarkus.datasource.db-kind=postgresql
141- # quarkus.datasource.jdbc.additional-jdbc-properties.ssl=true
142- # quarkus.datasource.jdbc.additional-jdbc-properties.sslmode=require
143- # quarkus.datasource.credentials-provider=aws
144-
145- # quarkus.rds.credentials-provider.aws.use-quarkus-client="true"
146- # quarkus.rds.credentials-provider.aws.username=dbusername
147- # quarkus.rds.credentials-provider.aws.hostname=aurora-cluster-url
148- # quarkus.rds.credentials-provider.aws.port=6160
149135
150136polaris.file-io.type =default
151137
You can’t perform that action at this time.
0 commit comments