You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
passwordPolicy: # Specific password policy for this user (optional)
198
+
length: 20
199
+
minLower: 1
200
+
minUpper: 1
201
+
minNumeric: 1
202
+
minSpecial: 1
203
+
excludeChars: "@"
204
+
ensureFirstLetter: true
197
205
```
198
206
199
207
This creates a user role `username-<hash>` and grants role `test-db-group`, `test-db-writer` or `test-db-reader` depending on `privileges` property. Its credentials are put in secret `my-secret-my-db-user` (unless `KEEP_SECRET_NAME` is enabled).
0 commit comments