STX-211 Auth login and platform client (2) - #38
Open
valkovich-ds wants to merge 1 commit into
Open
Conversation
valkovich-ds
force-pushed
the
STX-211-auth-login
branch
from
July 28, 2026 06:57
a8ba654 to
39647a2
Compare
valkovich-ds
force-pushed
the
STX-211-auth-login
branch
from
July 29, 2026 07:49
39647a2 to
1c1c242
Compare
valkovich-ds
force-pushed
the
STX-211-auth-login
branch
from
July 29, 2026 10:33
1c1c242 to
18133ba
Compare
valkovich-ds
force-pushed
the
STX-211-auth-login
branch
from
July 29, 2026 11:46
18133ba to
7ec6cc9
Compare
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.
📋 Type of the Changes
🛠 Changes being made
Commands
streamx auth login- authorization-code + PKCE flow through the local browser with a localhost redirect. Falls back to the device flow over SSH or with--no-browser.streamx auth logout- removes the CLI context-specific stored login (server-side logout included).streamx auth whoami- the signed-in account, resolved via the platform profile endpoint.streamx info- diagnostics: CLI build, active context, current settings with their sources, login state, connectivity probes.Related Terraform change for Keycloak (a new public client for the CLI): https://github.com/streamx-com/streamx-cloud-platform-catalog/pull/52
NOTE:
AuthCommandRealKeycloakITimplemented against a real StreamX Keycloak.@marekczajkowski Would you like to keep it and later point it to some staging/dev env, or rewrite it to local Keycloak testcontainer?
✅ Checklist