Skip to content

Commit acdedd3

Browse files
committed
Use normal, not staging, environment.
Initialize the client against our normal secure host, not our staging host.
1 parent 04b089c commit acdedd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/get_secure_user_falco_rules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#
2222
# Instantiate the SDC client
2323
#
24-
sdclient = SdSecureClient(sdc_token, 'https://secure-staging.sysdig.com')
24+
sdclient = SdSecureClient(sdc_token, 'https://secure.sysdig.com')
2525

2626
#
2727
# Get the configuration

0 commit comments

Comments
 (0)