-
Notifications
You must be signed in to change notification settings - Fork 726
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update gcp-secret-manager.md (#3671)
Signed-off-by: Sagar <[email protected]>
- Loading branch information
1 parent
57e584a
commit 44c0256
Showing
1 changed file
with
1 addition
and
1 deletion.
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 |
---|---|---|
|
@@ -50,7 +50,7 @@ The above example uses secrets as plain strings. It is recommended to use a loca | |
| Field | Required | Details | Example | | ||
|--------------------|:--------:|--------------------------------|---------------------| | ||
| type | Y | The type of the account. | `"serviceAccount"` | | ||
| type | Y | The type of the account. | `"service_account"` | | ||
| project_id | Y | The project ID associated with this component. | `"project_id"` | | ||
| private_key_id | N | The private key ID | `"privatekey"` | | ||
| client_email | Y | The client email address | `"[email protected]"` | | ||
|