Class GcpVaultConfiguration


  • public class GcpVaultConfiguration
    extends VaultConfiguration
    Configuration for access to AWS Secret.
    • Constructor Detail

      • GcpVaultConfiguration

        public GcpVaultConfiguration()
    • Method Detail

      • getServiceAccountKey

        public String getServiceAccountKey()
      • setServiceAccountKey

        public void setServiceAccountKey​(String serviceAccountKey)
        The Service Account Key location
      • getProjectId

        public String getProjectId()
      • setProjectId

        public void setProjectId​(String projectId)
        The GCP Project ID
      • isUseDefaultInstance

        public boolean isUseDefaultInstance()
      • setUseDefaultInstance

        public void setUseDefaultInstance​(boolean useDefaultInstance)
        Define if we want to use the GCP Client Default Instance or not