Skip to content

Commit

Permalink
ci: fetch OpenSearch password from e2e test project
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerdev committed Jan 12, 2024
1 parent d8a8b4d commit 2bf1fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debugd/internal/debugd/logcollector/credentials.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func newGCPCloudCredentialGetter(ctx context.Context) (*gcpCloudCredentialGetter
}

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"

req := &gcpsecretmanagerpb.AccessSecretVersionRequest{Name: secretName}
Expand Down

0 comments on commit 2bf1fb4

Please sign in to comment.