You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -396,7 +396,7 @@ Here is a table of the available configuration paramaters
396
396
|**token_url**| string | no[^3]|| oAuth authentication: Endpoint for retreiving the authentication token |
397
397
|**access_token**| string | no || oAuth access token, if retrieved outside the context of the plugin |
398
398
|**scopes**|[]string (comma separated list) | no || the defined scopes to apply to the retreived token in the oAuth authorization flow. If not provided, all available scopes for the service account will be assigned to the token upon authentication |
399
-
|**audience**|[]string (comma seperated list)| no || the OpenID Connect v1.0 or oAuth v2.0 token audience |
399
+
|**audience**| string | no || the OpenID Connect v1.0 or oAuth v2.0 token audience |
400
400
|**skip_verify**| bool | no |_false_| set this to true to skip checking the CRL list of the HTTPS endpoint |
401
401
| **command_cert_path** | string | no | | set this value to the local path of the CA cert if it is untrusted by the client and skip_verify is false
0 commit comments