From da6446dd45adf849b72dfa118bb1f9adf8608432 Mon Sep 17 00:00:00 2001 From: Jeroen Willemsen Date: Sat, 18 Jun 2022 07:21:52 +0200 Subject: [PATCH] Made the secrets cache easier to overview in #201 --- secretscache/{curl.sh => basic_auth_curl.sh} | 0 secretscache/firebase/google-services.json | 39 ++++++++++++++++++++ secretscache/{git => git_and_ssh}/id_rsa | 0 secretscache/{git => git_and_ssh}/id_rsa.pub | 0 secretscache/{ => git_and_ssh}/token | 0 5 files changed, 39 insertions(+) rename secretscache/{curl.sh => basic_auth_curl.sh} (100%) create mode 100644 secretscache/firebase/google-services.json rename secretscache/{git => git_and_ssh}/id_rsa (100%) rename secretscache/{git => git_and_ssh}/id_rsa.pub (100%) rename secretscache/{ => git_and_ssh}/token (100%) diff --git a/secretscache/curl.sh b/secretscache/basic_auth_curl.sh similarity index 100% rename from secretscache/curl.sh rename to secretscache/basic_auth_curl.sh diff --git a/secretscache/firebase/google-services.json b/secretscache/firebase/google-services.json new file mode 100644 index 000000000..a1ebecd77 --- /dev/null +++ b/secretscache/firebase/google-services.json @@ -0,0 +1,39 @@ +{ + "project_info": { + "project_number": "368606766077", + "project_id": "wrongsecrets-60664", + "storage_bucket": "wrongsecrets-60664.appspot.com" + }, + "client": [ + { + "client_info": { + "mobilesdk_app_id": "1:368606766077:android:0e0bc6be074f2663056f94", + "android_client_info": { + "package_name": "com.owasp.wrongsecrets" + } + }, + "oauth_client": [ + { + "client_id": "368606766077-9h639dm2huccj5bmb9gd6aapuimcgihf.apps.googleusercontent.com", + "client_type": 3 + } + ], + "api_key": [ + { + "current_key": "AIzaSyBgQ3oYWqfGuF6Z2kFHbIvw0GL2GcyvAOo" + } + ], + "services": { + "appinvite_service": { + "other_platform_oauth_client": [ + { + "client_id": "368606766077-9h639dm2huccj5bmb9gd6aapuimcgihf.apps.googleusercontent.com", + "client_type": 3 + } + ] + } + } + } + ], + "configuration_version": "1" +} \ No newline at end of file diff --git a/secretscache/git/id_rsa b/secretscache/git_and_ssh/id_rsa similarity index 100% rename from secretscache/git/id_rsa rename to secretscache/git_and_ssh/id_rsa diff --git a/secretscache/git/id_rsa.pub b/secretscache/git_and_ssh/id_rsa.pub similarity index 100% rename from secretscache/git/id_rsa.pub rename to secretscache/git_and_ssh/id_rsa.pub diff --git a/secretscache/token b/secretscache/git_and_ssh/token similarity index 100% rename from secretscache/token rename to secretscache/git_and_ssh/token