Skip to content

Commit

Permalink
more test secrets; and one in commit message: abcd1234-abcd-1234-abcd…
Browse files Browse the repository at this point in the history
…-1234567890ab
  • Loading branch information
SanderGi committed Aug 6, 2024
1 parent bfc64e4 commit 4749e3e
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion explore.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,28 @@
DESCRIPTION = "DISCOVER YOUR FIELD’S FAVORITE AI WORKFLOWS"

# test secret
leak = "sk-b53e818ad76d62bf81153702dff99dc406dfc36bc0cf5d272b331df6f2e09665"
gooey_like = "sk-b53e818ad76d62bf81153702dff99dc406dfc36bc0cf5d27"
access_key_id_like = "AKIAIOSFODNN7EXAMPLE"
secret_key_like = "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"
api_key_like = "AIzaSyA9w6cC6-BQJdFgWexAEXAMPLEAPIKEY"
service_account_like = {
"type": "service_account",
"project_id": "my-project",
"private_key_id": "abcd1234abcd1234abcd1234abcd1234abcd1234",
"private_key": "-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQCUabcdEFGHIJKLMNOPQRSTUV123456\n-----END PRIVATE KEY-----\n",
"client_email": "[email protected]",
"client_id": "12345678901234567890",
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"token_uri": "https://oauth2.googleapis.com/token",
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
"client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/my-service-account%40my-project.iam.gserviceaccount.com",
}
subscription_id_like = "12345678-1234-1234-1234-123456789012"
client_id_like = "abcd1234-abcd-1234-abcd-1234567890ab"
client_secret_like = "eK7M4sQ~8X9LAbCDExAMPLETK_tKyrQ6Rp_H"
tenant_id_like = "abcd1234-abcd-1234-abcd-1234567890ab"
server_api_token_like = "f31c243b-8e2a-40e8-94d4-8c17aa7EXAMPLETOKEN"
account_api_token_like = "b9b5b6d1-9f7c-4a5a-b87d-2e9ea0EXAMPLETOKEN"


def render():
Expand Down

0 comments on commit 4749e3e

Please sign in to comment.