Skip to content

Commit

Permalink
broker: set credential-type default to x509 - breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
asalan316 committed Jan 8, 2025
1 parent 2575c55 commit 2c7ab93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/golangapiserver/spec
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ properties:
default: ''
autoscaler.apiserver.broker.default_credential_type:
description: "The default credential type generated to authenticate with the custom metrics API. if no credential type is explicitly set.\nAllowed values:\n - binding-secret\n - x509\nIf credential-type \"binding-secret\" is set, then username and password are generated by the broker. \nIf credential-type \"x509\" is set, only instance identity credentials may be used.\n"
default: 'binding-secret'
default: 'x509'
autoscaler.apiserver.broker.server.catalog:
description: ""
autoscaler.apiserver.broker.server.dashboard_redirect_uri:
Expand Down

0 comments on commit 2c7ab93

Please sign in to comment.