Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 6e61866

Browse files
committed
remove hard-coded temp password from NR migration script
1 parent 71c4cc1 commit 6e61866

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api_server/bin/cs_api-migrate_to_nr_azure.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ class Migrator {
9797
verbose: this.verbose,
9898
throttle: this.throttle,
9999
incremental: this.incremental,
100-
setIDPPassword: this.setIDPPassword,
101-
passwordPlaceholder: this.setIDPPassword ? this.config.integrations.newRelicIdentity.passwordKey : 'Temp123!',
100+
//setIDPPassword: this.setIDPPassword,
101+
//passwordPlaceholder: this.config.integrations.newRelicIdentity.passwordKey,
102102
idp: this.idp
103103
});
104104

0 commit comments

Comments
 (0)