Skip to content

Commit c9f5cb4

Browse files
updated change log and removed runtime properties
1 parent 49c8d55 commit c9f5cb4

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

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

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -132,20 +132,6 @@ quarkus.devservices.enabled=false
132132
quarkus.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

150136
polaris.file-io.type=default
151137

0 commit comments

Comments
 (0)