Update ADK doc according to issue #1587 - 13#1610
Conversation
✅ Deploy Preview for adk-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
7 Secret Manager IntegrationDoc file: docs/integrations/secret-manager.md Proposed Change: Reasoning: Prerequisites: Installation: Create a new integration page for Google Cloud Secret Manager. ''' '''
Using ADC Using auth token Using service account JSON string Another to instantiate how to call get_secret(resource_name) to securely fetch API keys or tokens for use with ADK tools. Reviewed using: |
13. Secret Manager Integration
Doc file: docs/integrations/secret-manager.md
Current state:
Proposed Change:
Reasoning:
This is a new official integration (mentioned in the release summary) that makes it much easier for developers to securely load credentials in production deployments without having to manually set up the standard GCP SDK clients.
Reference: src/google/adk/integrations/secret_manager/secret_client.py