:py:mod:`core.secret` ===================== .. py:module:: core.secret Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: core.secret.get Attributes ~~~~~~~~~~ .. autoapisummary:: core.secret.__client .. py:data:: __client .. py:function:: get(secret, version = 'latest') Retrieves a secret stored in Google Cloud Secret Manager for use within the application. Add a secret online under https://console.cloud.google.com/security/secret-manager. Service accounts requires the role "Secret Manager Secret Accessor" in IAM.