Skip to content

Commit

Permalink
Merge pull request #228 from thinkingmachines/chore/list-nightlights-…
Browse files Browse the repository at this point in the history
…secret

chore:List nightlights secret
  • Loading branch information
butchtm authored May 28, 2024
2 parents ea225e6 + 3d64d42 commit 2aafde6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitleaksignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
71f2a7fac3ac80fc87ffb9fbcf38c9d337a1284a:tests/test_datasets_ookla.py:generic-api-key:231
a859ea89e24e9b2caeebb05ab53b4c67f204ca16:tests/test_datasets_ookla.py:generic-api-key:229
0bb8d0d1da3ce107777727c5e8b0963aae14c03a:geowrangler/datasets/nightlights.py:generic-api-key:46
298b59b09185e74f985015d12cfb5b8dd6b7134b:geowrangler/datasets/nightlights.py:generic-api-key:46
00291fb7df3c2d7974f66aad631c4244a5876fa8:geowrangler/datasets/nightlights.py:generic-api-key:68
6d62247927340e3f42c35c24bd52c7106504a4bb:notebooks/tutorial.raster_process.ipynb:easypost-api-token:1298
2 changes: 1 addition & 1 deletion geowrangler/datasets/nightlights.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def get_eog_access_token(
):
params = {
"client_id": "eogdata_oidc",
"client_secret": "2677ad81-521b-4869-8480-6d05b9e57d48",
"client_secret": "2677ad81-521b-4869-8480-6d05b9e57d48", ##gitleaks:allow
"username": username,
"password": password,
"grant_type": "password",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/14_datasets_nightlights.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"):\n",
" params = {\n",
" \"client_id\": \"eogdata_oidc\",\n",
" \"client_secret\": \"2677ad81-521b-4869-8480-6d05b9e57d48\",\n",
" \"client_secret\": \"2677ad81-521b-4869-8480-6d05b9e57d48\", ##gitleaks:allow\n",
" \"username\": username,\n",
" \"password\": password,\n",
" \"grant_type\": \"password\",\n",
Expand Down

0 comments on commit 2aafde6

Please sign in to comment.