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

Added support to pass a default_mode and mode for secrets #10911

Commits on Jan 14, 2022

  1. Added support to pass a default_mode and mode for secrets (hashicorp#…

    …5561)
    
    * Added support for the integration with Secret Manager in Cloud Run Managed.
    The integration enables binding secret values to environment variables or
    to the content of files.
    
    * Revert "Added support for the integration with Secret Manager in Cloud Run Managed."
    
    This reverts commit 2170b507ee540108a8f08641e4997c9d449f2e28.
    
    * Added support to pass a default_mode and mode for secrets.
    
    The change introduces default_mode at the secret volume level to specify the
    default permissions for files within the volume while mode is introduced at the
    item level to specify permissions for a specific file.
    
    * Added support for the integration with Secret Manager in Cloud Run Managed.
    The integration enables binding secret values to environment variables or
    to the content of files.
    
    * Revert "Added support for the integration with Secret Manager in Cloud Run Managed."
    
    This reverts commit 2170b507ee540108a8f08641e4997c9d449f2e28.
    
    * Added support for the integration with Secret Manager in Cloud Run Managed.
    The integration enables binding secret values to environment variables or
    to the content of files.
    
    * Revert "Added support for the integration with Secret Manager in Cloud Run Managed."
    
    This reverts commit 2170b507ee540108a8f08641e4997c9d449f2e28.
    
    * Moved Cloud Run secret support to ga.
    
    Moves the support for environment variables and filesystem based secrets from
    beta to ga since the feature is now generally available.
    
    * Removed unncessary changes to cloudrun api.yaml.
    
    * Fixed lines in cloudrun api.yaml.
    
    * Removed redundant required: false.
    
    * Removed empty section in volume example.
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    76d61c5 View commit details
    Browse the repository at this point in the history