Skip to content

Commit a8cadbf

Browse files
authored
feat(all): use updated mtls config endpoint (#2164)
query the new endpoint
1 parent 0c5c2d2 commit a8cadbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/s2a.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"cloud.google.com/go/compute/metadata"
1414
)
1515

16-
const configEndpointSuffix = "googleAutoMtlsConfiguration"
16+
const configEndpointSuffix = "instance/platform-security/auto-mtls-configuration"
1717

1818
// The period an MTLS config can be reused before needing refresh.
1919
var configExpiry = time.Hour

0 commit comments

Comments
 (0)