-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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 OpenAPI Go and C# #18896
Add OpenAPI Go and C# #18896
Conversation
Co-authored-by: Anton Averchenkov <[email protected]>
This is great! Thank you for adding these! π Could you please also add links to the following two under "The complete code samples for the steps below are available here:" https://github.com/hashicorp/vault-client-go/#getting-started |
Co-authored-by: Anton Averchenkov <[email protected]>
Co-authored-by: Anton Averchenkov <[email protected]>
Co-authored-by: Anton Averchenkov <[email protected]>
Co-authored-by: Anton Averchenkov <[email protected]>
Co-authored-by: Anton Averchenkov <[email protected]>
Co-authored-by: Anton Averchenkov <[email protected]>
Co-authored-by: Anton Averchenkov <[email protected]>
Co-authored-by: AnPucel <[email protected]>
Co-authored-by: Anton Averchenkov <[email protected]>
Co-authored-by: AnPucel <[email protected]>
Co-authored-by: AnPucel <[email protected]>
Co-authored-by: AnPucel <[email protected]>
Co-authored-by: AnPucel <[email protected]>
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.
This is great, thank you π
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.
LGTM! Thanks for doing this!
Vault 1.13 Deliverable
π« Jira
ποΈ Asana
π Deploy preview
Update the Developer Quick Start page by adding new tabs in the Install Client Library, Authenticate to Vault, Store a secret & Retrieve a Secret for "OpenAPI Go (Beta)", and "OpenAPI C# (Beta)"
What's missing:
No example code in the vault-examples repo for OpenAPI Go and OpenAPI C#.
No code example equivalent to:
NOTE:
Had to switch
<CodeTabs>
to<Tabs>
since the tab heading can NOT be customized using<CodeTabs>
.