Skip to content

Commit 2aafde6

Browse files
authored
Merge pull request #228 from thinkingmachines/chore/list-nightlights-secret
chore:List nightlights secret
2 parents ea225e6 + 3d64d42 commit 2aafde6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitleaksignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
71f2a7fac3ac80fc87ffb9fbcf38c9d337a1284a:tests/test_datasets_ookla.py:generic-api-key:231
22
a859ea89e24e9b2caeebb05ab53b4c67f204ca16:tests/test_datasets_ookla.py:generic-api-key:229
33
0bb8d0d1da3ce107777727c5e8b0963aae14c03a:geowrangler/datasets/nightlights.py:generic-api-key:46
4+
298b59b09185e74f985015d12cfb5b8dd6b7134b:geowrangler/datasets/nightlights.py:generic-api-key:46
45
00291fb7df3c2d7974f66aad631c4244a5876fa8:geowrangler/datasets/nightlights.py:generic-api-key:68
56
6d62247927340e3f42c35c24bd52c7106504a4bb:notebooks/tutorial.raster_process.ipynb:easypost-api-token:1298

geowrangler/datasets/nightlights.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def get_eog_access_token(
4343
):
4444
params = {
4545
"client_id": "eogdata_oidc",
46-
"client_secret": "2677ad81-521b-4869-8480-6d05b9e57d48",
46+
"client_secret": "2677ad81-521b-4869-8480-6d05b9e57d48", ##gitleaks:allow
4747
"username": username,
4848
"password": password,
4949
"grant_type": "password",

notebooks/14_datasets_nightlights.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"):\n",
121121
" params = {\n",
122122
" \"client_id\": \"eogdata_oidc\",\n",
123-
" \"client_secret\": \"2677ad81-521b-4869-8480-6d05b9e57d48\",\n",
123+
" \"client_secret\": \"2677ad81-521b-4869-8480-6d05b9e57d48\", ##gitleaks:allow\n",
124124
" \"username\": username,\n",
125125
" \"password\": password,\n",
126126
" \"grant_type\": \"password\",\n",

0 commit comments

Comments
 (0)