New to KubeDB? Please start here.
Rotate Auth for Neo4j Overview
This page explains how KubeDB Ops-manager rotates Neo4j credentials using Neo4jOpsRequest.
Before You Begin
- You should be familiar with Neo4j.
- You should be familiar with Neo4jOpsRequest.
How RotateAuth Works
For a Neo4jOpsRequest with spec.type: RotateAuth, KubeDB Ops-manager:
- Validates rotate-auth request and target database.
- Uses one of the supported credential sources:
- operator-managed generated secret,
- user-provided secret from
spec.authentication.secretRef.
- Rotates credentials in Neo4j and updates auth secret state.
- Ensures database authentication remains healthy.
- Marks the request
Successfulwhen rotation completes.
Next Step
Follow the detailed guide: Rotate Auth for Neo4j.































