Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: improve auth with client credentials #296

Merged
merged 11 commits into from
Aug 21, 2024
Merged

feat: improve auth with client credentials #296

merged 11 commits into from
Aug 21, 2024

Conversation

jakedoublev
Copy link
Contributor

@jakedoublev jakedoublev commented Aug 21, 2024

Adds login to store code flow PKCE in the keyring, and logout to revoke the access token retrieved through the login flow and clear the any auth credentials in the keyring profile.

@jakedoublev jakedoublev changed the base branch from main to iss-171-add-profiles August 21, 2024 22:01
@jakedoublev jakedoublev marked this pull request as ready for review August 21, 2024 22:39
@jakedoublev jakedoublev requested a review from a team as a code owner August 21, 2024 22:39
Base automatically changed from iss-171-add-profiles to main August 21, 2024 22:47
@jakedoublev jakedoublev merged commit 0f533c7 into main Aug 21, 2024
7 checks passed
@jakedoublev jakedoublev deleted the prof/auth-code branch August 21, 2024 22:59
jrschumacher pushed a commit that referenced this pull request Aug 22, 2024
🤖 I have created a release *beep* *boop*
---


## [0.10.0](v0.9.4...v0.10.0)
(2024-08-22)


### Features

* add profile support for cli
([#289](#289))
([15700f3](15700f3))
* **core:** add scaffolding and POC for auth code flow
([#144](#144))
([03ecbfb](03ecbfb))
* **core:** support kas grants to namespaces
([#292](#292))
([f2c6689](f2c6689)),
closes [#269](#269)
* improve auth with client credentials
([#286](#286))
([9c4968f](9c4968f))
* improve auth with client credentials
([#296](#296))
([0f533c7](0f533c7))


### Bug Fixes

* **core:** bump platform deps
([#276](#276))
([e4ced99](e4ced99))
* reduce prints ([#277](#277))
([8b5734a](8b5734a))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CLI should support authentication methods other than client-credentials
2 participants