core.secret =========== .. py:module:: core.secret Attributes ---------- .. autoapisummary:: core.secret.__client Functions --------- .. autoapisummary:: core.secret.get Module Contents --------------- .. 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.