File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class SecretManagerClient:
29
29
30
30
This class provides a simplified interface for retrieving secrets from
31
31
Secret Manager, handling authentication using either a service account
32
- JSON keyfile (passed as a string) or a pre-existing authorization token.
32
+ JSON keyfile (passed as a string) or a preexisting authorization token.
33
33
34
34
Attributes:
35
35
_credentials: Google Cloud credentials object (ServiceAccountCredentials
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ class BigQueryCredentialsConfig(BaseModel):
70
70
To load service account key credentials, use: `google.auth.load_credentials_from_file(...)`.
71
71
See more details in https://cloud.google.com/iam/docs/service-account-creds#user-managed-keys.
72
72
73
- When the deployed environment cannot provide a pre-existing credential,
73
+ When the deployed environment cannot provide a preexisting credential,
74
74
consider setting below client_id, client_secret and scope for end users to go
75
75
through oauth flow, so that agent can access the user data.
76
76
"""
You can’t perform that action at this time.
0 commit comments