Class NoopGcpSecretStore
java.lang.Object
com.yahoo.vespa.hosted.controller.api.integration.secrets.NoopGcpSecretStore
- All Implemented Interfaces:
GcpSecretStore
- Author:
- olaa
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NoopGcpSecretStore
public NoopGcpSecretStore()
-
-
Method Details
-
setSecret
public void setSecret(String secretName, Optional<Duration> expiry, String... accessorServiceAccounts) - Specified by:
setSecretin interfaceGcpSecretStore
-
addSecretVersion
- Specified by:
addSecretVersionin interfaceGcpSecretStore
-
getLatestSecretVersion
- Specified by:
getLatestSecretVersionin interfaceGcpSecretStore
-