docs(ai): add OIDC auth spec and decisions (FLPATH-4477) - #30
Merged
chadcrum merged 7 commits intoAug 13, 2026
Conversation
chadcrum
marked this pull request as ready for review
August 3, 2026 19:04
chadcrum
requested review from
NoamNakash,
gabriel-farache,
gciavarrini,
jenniferubah and
machacekondra
August 3, 2026 19:04
Split FLPATH-4477 documentation from the CLI implementation PR. The e2e OIDC test plan lives in dcm-project/utilities. Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Chad Crum <ccrum@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
chadcrum
force-pushed
the
flpath-4477-cli-oidc-auth-spec
branch
from
August 5, 2026 16:19
fd92d7e to
23af495
Compare
gciavarrini
reviewed
Aug 6, 2026
gciavarrini
left a comment
Contributor
There was a problem hiding this comment.
Since this is PR contains md written for AI agents, I used AI to help review it too.
Signed-off-by: Chad Crum <ccrum@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Signed-off-by: Chad Crum <ccrum@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
…oject#30) Signed-off-by: Chad Crum <ccrum@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Signed-off-by: Chad Crum <ccrum@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
…ect#30) Signed-off-by: Chad Crum <ccrum@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
…fresh Signed-off-by: Chad Crum <ccrum@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
chadcrum
added a commit
to dcm-project/utilities
that referenced
this pull request
Aug 11, 2026
) ## Summary - Add the FLPATH-4477 DCM CLI OIDC authentication e2e test plan under `test-plans/` - Relocate it from dcm-project/cli because the cases need a live Keycloak/control-plane stack ## Related PRs - Spec: dcm-project/cli#30 - Implementation: dcm-project/cli#29 --------- Signed-off-by: Chad Crum <ccrum@redhat.com> Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Cursor <cursoragent@cursor.com>
chadcrum
added a commit
that referenced
this pull request
Aug 13, 2026
…#29) ## Summary OIDC device authorization for the DCM CLI - `dcm login` / `dcm logout`, token storage (keyring with file fallback), authenticated HTTP transport with refresh, and a `DCM_TOKEN` / `--token` bypass for CI. Split into three commits for easier review: 1. `feat(auth):` core code - auth / commands / config 2. `test(auth):` all test files 3. `chore(auth):` go.mod / go.sum + CLAUDE.md / README.md ## Related PRs - Spec: #30 - E2E test plan: dcm-project/utilities#34 Closes https://issues.redhat.com/browse/FLPATH-4477 --------- Signed-off-by: Chad Crum <ccrum@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: Claude <noreply@anthropic.com>
|
/lgtm |
vkolodny
approved these changes
Aug 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.aispec and design decisionsdcm-cli.spec.mdat the new OIDC auth spec and remove auth from out-of-scopeRelated PRs