-
Notifications
You must be signed in to change notification settings - Fork 478
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
83 changed files
with
2,199 additions
and
381 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,3 +103,72 @@ azuread: | |
- AzurePublicCloud | ||
- AzureChinaCloud | ||
- AzureUSGovernmentCloud | ||
|
||
gcp: | ||
- title: "GCP API Authentication with Service Account Key" | ||
description: | | ||
Authenticate authenticates API calls with the given service account or refresh token JSON credentials. | ||
metadata: | ||
- name: privateKeyID | ||
required: true | ||
sensitive: true | ||
description: | | ||
The GCP private key id. Replace with the value of "private_key_id" field of the Service Account Key file. | ||
example: '"privateKeyID"' | ||
- name: privateKey | ||
required: true | ||
sensitive: true | ||
description: | | ||
The GCP credentials private key. Replace with the value of "private_key" field of the Service Account Key file. | ||
example: '"-----BEGIN PRIVATE KEY-----\nMIIE...\\n-----END PRIVATE KEY-----\n"' | ||
- name: type | ||
type: string | ||
required: false | ||
description: | | ||
The GCP credentials type. | ||
example: '"service_account"' | ||
allowedValues: | ||
- service_account | ||
- name: projectID | ||
type: string | ||
required: true | ||
description: | | ||
GCP project id. | ||
example: '"projectID"' | ||
- name: clientEmail | ||
type: string | ||
required: true | ||
description: | | ||
GCP client email. | ||
example: '"[email protected]"' | ||
- name: clientID | ||
type: string | ||
required: true | ||
description: | | ||
The GCP client ID. | ||
example: '"0123456789-0123456789"' | ||
- name: authURI | ||
type: string | ||
required: false | ||
description: | | ||
The GCP account OAuth2 authorization server endpoint URI. | ||
example: '"https://accounts.google.com/o/oauth2/auth"' | ||
- name: tokenURI | ||
type: string | ||
required: false | ||
description: | | ||
The GCP account token server endpoint URI. | ||
example: '"https://oauth2.googleapis.com/token"' | ||
- name: authProviderX509CertURL | ||
type: string | ||
required: false | ||
description: | | ||
The GCP URL of the public x509 certificate, used to verify the signature | ||
on JWTs, such as ID tokens, signed by the authentication provider. | ||
example: '"https://www.googleapis.com/oauth2/v1/certs"' | ||
- name: clientX509CertURL | ||
type: string | ||
required: false | ||
description: | | ||
The GCP URL of the public x509 certificate, used to verify JWTs signed by the client. | ||
example: '"https://www.googleapis.com/robot/v1/metadata/x509/<PROJECT_NAME>.iam.gserviceaccount.com"' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.