Skip to content

Commit 8790d0d

Browse files
committed
Updated doc comment to keep token secret.
1 parent 43bc62c commit 8790d0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

aidp_migration/git_download_and_extract_to_aidp.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"\n",
3131
"- Replace all placeholders (e.g., `<GIT_USERNAME>`, `<GIT_PAT>`, `<AIDP_WORKSPACE_PATH>`, `<GIT_REPO_NAME>`, `<GIT_BRANCH>` etc.) with values specific to your environment before running the notebook. \n",
3232
"- Use with caution: Notebook is designed for downloading all files from repo and unarchive to provided workspace path.\n",
33-
"- This notebook should be executed from AIDP."
33+
"- This notebook should be executed from AIDP.\n",
34+
"- Hardcoding Git token into the notebook leaves credentials vulnerable. It is strongly advised to manage the token securely by loading it dynamically from an environment variable, a secure configuration file, or a OCI Vault."
3435
]
3536
},
3637
{

0 commit comments

Comments
 (0)