Skip to content

Commit f532eb8

Browse files
author
Mladen Rusev
committed
change the API url
1 parent 429790e commit f532eb8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.envrc.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ export ARK_SUBDOMAIN= # your CyberArk tenant subdomain e.g. tlskp-test
1818
export ARK_USERNAME= # your CyberArk username
1919
export 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/

pkg/internal/cyberark/client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
//

pkg/internal/cyberark/identity/cmd/testidentity/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/
2626
const (
2727
subdomainFlag = "subdomain"
2828
usernameFlag = "username"

0 commit comments

Comments
 (0)