-
Notifications
You must be signed in to change notification settings - Fork 9
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
Management Plane Alpha: Project and API Key Management #15
Conversation
3b1f3bf
to
7c581cf
Compare
bbd785a
to
d5b3d2f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work. straightforward and easy to understand, I've got some questions and nits but nothing blocking. Thanks a bunch for adding in docstring comments for the management plane stuff as a part of implementation. 🥳
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some Qs for my understanding and learning :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will echo others' feedback that it's great how well written this is. Added a few comments, don't think it's anything blocking
Adds the management plane alpha API to the Go SDK. Implementation is similar to the control plane client currently in stable.
This initial alpha release provides robust support for managing projects and their associated API keys directly through the Go client library.
New Features
Project Management
API Key Management