[auth] Add logic to store and retrieve auth tokens#4295
Draft
jcastill wants to merge 1 commit into
Draft
Conversation
|
Congratulations! One of the builds has completed. 🍾 You can install the built RPMs by following these steps:
Please note that the RPMs should be used only in a testing environment. |
jcastill
commented
Apr 16, 2026
8f32aaa to
0b3deff
Compare
Member
Author
pmoravec
reviewed
Apr 28, 2026
pmoravec
reviewed
Apr 28, 2026
pmoravec
reviewed
Apr 28, 2026
pmoravec
reviewed
Apr 28, 2026
d569727 to
3be1626
Compare
Member
Author
|
And new version, this time removing the old or faulty token file. I think I've covered all cases where we should remove it, but let me know if I missed any |
3be1626 to
10f9e67
Compare
10f9e67 to
0970b32
Compare
pmoravec
reviewed
May 4, 2026
pmoravec
reviewed
May 4, 2026
pmoravec
reviewed
May 4, 2026
pmoravec
reviewed
May 4, 2026
Contributor
pmoravec
left a comment
There was a problem hiding this comment.
Just those minor issues spot, LGTM otherwise.
This commit implements functionality to store and retrieve authorization tokens obtained remotely from a distribution-defined authentication portal. This enables users to reuse previously obtained tokens that remain valid, eliminating the need to request a new token for each subsequent interaction. Related: RHEL-167336, SUPDEV-186 Signed-off-by: Jose Castillo <jcastillo@redhat.com>
0970b32 to
5a3b1eb
Compare
Contributor
|
LGTM! |
Member
Author
pmoravec
approved these changes
May 15, 2026
Contributor
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.
This commit implements functionality to store and
retrieve authorization tokens obtained remotely from a
distribution-defined authentication portal. This
enables users to reuse previously obtained tokens
that remain valid, eliminating the need to request a new token for each subsequent interaction.
Related: RHEL-167336, SUPDEV-186
Please place an 'X' inside each '[]' to confirm you adhere to our Contributor Guidelines