Skip to content

docs: document PostgreSQL Role password rotation trigger - #456

Open
shashankvarma499 wants to merge 1 commit into
crossplane-contrib:masterfrom
shashankvarma499:docs/password-rotation
Open

shashankvarma499 wants to merge 1 commit into
crossplane-contrib:masterfrom
shashankvarma499:docs/password-rotation

Conversation

@shashankvarma499

Copy link
Copy Markdown

Description

Documents the PostgreSQL Role password management behavior introduced in #348, which was previously only explained in the PR itself (see #443).

Adds a commented example covering:

  • Auto-generated passwords (default when passwordSecretRef is omitted) and how to rotate them with spec.forProvider.passwordRotationTrigger (set to a timestamp later than status.atProvider.lastPasswordChange).
  • Bring-your-own-password via passwordSecretRef, where the provider never generates or rotates the password and passwordRotationTrigger has no effect.
  • The out-of-band restore behavior, where a missing/empty connection secret triggers a fresh password generation.

Fixes #443

I have:

  • Read and followed Crossplane's contribution process.
  • Run make reviewable to ensure this PR is ready for review.

Adds a commented example documenting the Role password management
options: auto-generated passwords with passwordRotationTrigger-based
rotation, and bring-your-own-password via passwordSecretRef.

Fixes crossplane-contrib#443

Signed-off-by: Shashank Varma <324153016+shashankvarma499@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Postgres Password Rotation Trigger is not documented

1 participant