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

Add UUID to api keys #7972

Merged
merged 3 commits into from Mar 16, 2023
Merged

Conversation

rinormaloku
Copy link
Contributor

Required to implement the following GH issue: https://github.com/solo-io/gloo-mesh-enterprise/issues/7756

Which has the option for API Keys to be hashed and in order to query API keys we need the UUID

@github-actions github-actions bot added the keep pr updated signals bulldozer to keep pr up to date with base branch label Mar 15, 2023
@github-actions
Copy link

github-actions bot commented Mar 15, 2023

Visit the preview URL for this PR (updated for commit 01add25):

https://gloo-edge--pr7972-rinormaloku-add-uuid-ltxyzvcc.web.app

(expires Thu, 23 Mar 2023 08:43:36 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 77c2b86e287749579b7ff9cadb81e099042ef677

@rinormaloku rinormaloku requested a review from a team as a code owner March 15, 2023 22:30
@rinormaloku rinormaloku removed the keep pr updated signals bulldozer to keep pr up to date with base branch label Mar 15, 2023
@solo-changelog-bot
Copy link

Issues linked to changelog:
https://github.com/solo-io/gloo-mesh-enterprise/issues/7756

@@ -977,6 +977,8 @@ message ApiKey {
repeated string labels = 3;
// additional data the client needs associated with this API key
map<string, string> metadata = 4;
// Optional: Unique identifier for the API key
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ashleywang1 can we use here an annotation to hide this from the public docs as this is an implementation detail for storing this info in the storage?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jbohanon asked in gloo-platform-core and this doesn't seem to be supported

@soloio-bulldozer soloio-bulldozer bot merged commit d7c3cb6 into master Mar 16, 2023
15 checks passed
@soloio-bulldozer soloio-bulldozer bot deleted the rinormaloku/add-uuid-to-apikeys branch March 16, 2023 20:47
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.

None yet

3 participants