File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
identity/cmd/testidentity Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ export ARK_SUBDOMAIN= # your CyberArk tenant subdomain e.g. tlskp-test
1818export ARK_USERNAME= # your CyberArk username
1919export ARK_SECRET= # your CyberArk password
2020# OPTIONAL: the URL for the CyberArk Discovery API if not using the production environment
21- export ARK_DISCOVERY_API=https://platform-discovery.integration-cyberark.cloud/api/public/tenant-discovery
21+ export ARK_DISCOVERY_API=https://platform-discovery.integration-cyberark.cloud/
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ func TestCyberArkClient_PutSnapshot_MockAPI(t *testing.T) {
4848// ARK_SUBDOMAIN should be your tenant subdomain.
4949//
5050// To test against a tenant on the integration platform, also set:
51- // ARK_DISCOVERY_API=https://platform-discovery.integration-cyberark.cloud/api/public/tenant-discovery
51+ // ARK_DISCOVERY_API=https://platform-discovery.integration-cyberark.cloud/
5252//
5353// To enable verbose request logging:
5454//
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
2222// the login is successful.
2323//
2424// To test against a tenant on the integration platform, set:
25- // ARK_DISCOVERY_API=https://platform-discovery.integration-cyberark.cloud/api/public/tenant-discovery
25+ // ARK_DISCOVERY_API=https://platform-discovery.integration-cyberark.cloud/
2626const (
2727 subdomainFlag = "subdomain"
2828 usernameFlag = "username"
You can’t perform that action at this time.
0 commit comments