Skip to content

Commit 0495735

Browse files
author
Sumit Kumar
committed
chore: reverted creds to default
1 parent 94a0921 commit 0495735

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

sample_script.py

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,11 @@
55

66
# Change host to your domain or it will default to https://your-api-subdomain.onelogin.com
77
configuration = onelogin.Configuration(
8-
host = "https://sumit-shadow.onelogin-shadow01.com",
9-
username = "6c5576b0622759fcbbefe177e61be499879b4d0f5fb33a512c551f7e238c3da6",
10-
password = "e4c318ac6c5c2691f544c104dd534356428e8d9c0a36ed7a14da782436b486f9"
8+
host = "https://your-api-subdomain.onelogin.com",
9+
username = os.environ["USERNAME"],
10+
password = os.environ["PASSWORD"]
1111
)
1212

13-
# configuration = onelogin.Configuration(
14-
15-
# )
16-
1713
# Enter a context with an instance of the API client
1814
with onelogin.ApiClient(configuration) as api_client:
1915
# Create an instance of the API class

0 commit comments

Comments
 (0)