Skip to content

Commit 2fd59c9

Browse files
authored
Update airbyte_cdk/cli/airbyte_cdk/_secrets.py
1 parent 8790285 commit 2fd59c9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

airbyte_cdk/cli/airbyte_cdk/_secrets.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,13 @@ def list_(
269269
def _get_secret_url(secret_name: str, gcp_project_id: str) -> str:
270270
"""Generate a URL for a secret in the GCP Secret Manager console.
271271
272+
Note: This URL itself does not contain secrets or sensitive information.
273+
The URL itself is only useful for valid logged-in users of the project, and it
274+
safe to print this URL in logs.
275+
272276
Args:
273-
secret_name: The name of the secret
274-
gcp_project_id: The GCP project ID
277+
secret_name: The name of the secret in GCP.
278+
gcp_project_id: The GCP project ID.
275279
276280
Returns:
277281
str: URL to the secret in the GCP console

0 commit comments

Comments
 (0)