We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8790285 commit 2fd59c9Copy full SHA for 2fd59c9
airbyte_cdk/cli/airbyte_cdk/_secrets.py
@@ -269,9 +269,13 @@ def list_(
269
def _get_secret_url(secret_name: str, gcp_project_id: str) -> str:
270
"""Generate a URL for a secret in the GCP Secret Manager console.
271
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
+
276
Args:
- secret_name: The name of the secret
- 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.
279
280
Returns:
281
str: URL to the secret in the GCP console
0 commit comments