access_token_scopes is not required

This commit is contained in:
Seth Vargo 2021-09-21 12:25:09 -04:00
commit c7bb6ad28f
No known key found for this signature in database
GPG key ID: C921994F9C27E0FF

View file

@ -64,6 +64,7 @@ inputs:
List of OAuth 2.0 access scopes to be included in the generated token. List of OAuth 2.0 access scopes to be included in the generated token.
This is only valid when "token_format" is "access_token". This is only valid when "token_format" is "access_token".
default: 'https://www.googleapis.com/auth/cloud-platform' default: 'https://www.googleapis.com/auth/cloud-platform'
required: false
# id token params # id token params
id_token_audience: id_token_audience: