mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-19 03:57:55 -04:00
ci: fetch OpenSearch password from e2e test project (#2818)
This commit is contained in:
parent
84a90bb5bd
commit
711dff37a4
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ func newGCPCloudCredentialGetter(ctx context.Context) (*gcpCloudCredentialGetter
|
||||||
}
|
}
|
||||||
|
|
||||||
func (g *gcpCloudCredentialGetter) GetOpensearchCredentials(ctx context.Context) (credentials, error) {
|
func (g *gcpCloudCredentialGetter) GetOpensearchCredentials(ctx context.Context) (credentials, error) {
|
||||||
const secretName = "projects/796962942582/secrets/e2e-logs-OpenSearch-password/versions/1"
|
const secretName = "projects/1052692473304/secrets/e2e-logs-OpenSearch-password/versions/1"
|
||||||
const username = "cluster-instance-gcp"
|
const username = "cluster-instance-gcp"
|
||||||
|
|
||||||
req := &gcpsecretmanagerpb.AccessSecretVersionRequest{Name: secretName}
|
req := &gcpsecretmanagerpb.AccessSecretVersionRequest{Name: secretName}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue