docs: document auto OAuth fallback for private registries in krknctl#509
docs: document auto OAuth fallback for private registries in krknctl#509Nachiket-Roy wants to merge 1 commit into
Conversation
✅ Deploy Preview for krkn-chaos ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
Review Summary by Qodo(Agentic_describe updated until commit 23bcb03)Document automatic OAuth2 fallback for krknctl private registries
WalkthroughsDescription• Documents automatic OAuth2 fallback mechanism for private registries • Adds Option A showing automatic token exchange with credentials • Preserves Option B for manual token exchange as alternative • Documents new environment variables for username and password Diagramflowchart LR
A["User provides credentials"] --> B["Option A: Auto OAuth2"]
A --> C["Option B: Manual Token"]
B --> D["krknctl handles token exchange"]
C --> E["User fetches token with cURL"]
D --> F["Registry authentication"]
E --> F
File Changes1. content/en/docs/krknctl/usage.md
|
Code Review by Qodo
Context used✅ Compliance rules (platform):
24 rules 1. Podman support contradicts
|
cc5747d to
23bcb03
Compare
|
Code review by qodo was updated up to the latest commit 23bcb03 |
edf4cdb to
1b16fcc
Compare
Signed-off-by: Nachiket Roy <nachiket.roy.2@gmail.com>
1b16fcc to
bd7db73
Compare
Documentation Update
Changes:
krknctlcommand reference.krknctlperform the token exchange automatically).Reference PR : krkn-chaos/krknctl#139