Skip to content

Commit 9e181c9

Browse files
committed
Add extra features
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
1 parent e9a3a3f commit 9e181c9

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

docs/database.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,3 +226,21 @@ USER: << base64 encoded user name (generated by db operator) >>
226226
```
227227

228228
Then DB Operator will connect to an existing database and set up a user for it.
229+
230+
## Experimantal features
231+
232+
Experimantal features are added via annotations, the following features are available for `Databases`
233+
234+
235+
This annotation should be used, when a DbUser is not allowed to log in with password, should be used on the RDS instances, when the SSO is used for authentication.
236+
237+
For more info see this issue: https://github.com/db-operator/db-operator/issues/125
238+
```yaml
239+
kinda.rocks/rds-iam-impersonate: "true"
240+
```
241+
242+
Delete a postgres database with present connectins, might be useful when pgbouncer is used
243+
244+
```yaml
245+
kinda.rocks/postgres-force-delete-db: "true"
246+
```

0 commit comments

Comments
 (0)