feat(secretmanager): Adding etag samples#3297
feat(secretmanager): Adding etag samples#3297khilan-crest wants to merge 42 commits intoGoogleCloudPlatform:mainfrom
Conversation
…lan-crest/dotnet-docs-samples into cs_filter_cmek_samples
…est/dotnet-docs-samples into cs_expiretime_samples
Summary of ChangesHello @khilan-crest, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request significantly expands the C# Secret Manager samples, adding comprehensive examples for managing secrets with advanced features. It introduces samples for using ETags for optimistic concurrency control, binding and detaching resource tags, and configuring secrets with expiration times, rotation policies, Pub/Sub topics, and Customer-Managed Encryption Keys (CMEK). Additionally, it includes samples for listing secrets and secret versions with filters, and updating/deleting various secret configurations. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request introduces a comprehensive suite of new samples and tests for various Secret Manager features, including etags, regional secrets, CMEK, expiration, rotation, and tags. The coverage is excellent. However, I've identified several issues, primarily within the test files, concerning resource cleanup which could lead to resource leaks, and incorrect exception handling. Additionally, there is a critical bug in the DeleteSecretWithEtagSample where the etag is not correctly used, and a syntax error in one of the test files. Addressing these points will improve the robustness of the tests and the correctness of the samples.
…lan-crest/dotnet-docs-samples into cs_filter_cmek_samples
…est/dotnet-docs-samples into cs_expiretime_samples
…lan-crest/dotnet-docs-samples into cs_filter_cmek_samples
…est/dotnet-docs-samples into cs_expiretime_samples
…et-docs-samples into cs_rotation_samples
Adding etag samples