File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# connect_all_domains
2
2
3
- The following script connects all domains of a tenant's MDS to the cloud-services portal .
3
+ The following script connects all domains of a Multi-Domain Server to the Infinity Portal .
4
4
5
5
## Instructions
6
6
Clone the repository with this command:
@@ -34,10 +34,10 @@ Then choose "Security Management" as the service.
34
34
##Examples
35
35
36
36
• Running the script on the Multi-Domain Server:
37
- ` python connect_all_domains.py --client_id <tenant_client_id> --access_key <tenant_access_key> --region eu --debug_file api_calls.json `
37
+ ` python connect_all_domains.py --client_id <tenant_client_id> --access_key <tenant_access_key> --region eu `
38
38
39
39
• Running the script from remote:
40
- ` python connect_all_domains.py --client_id <tenant_client_id> --access_key <tenant_access_key> --region eu --server 192.168.1.1 --api_key <your_api_key> --api_port 8080 `
40
+ ` python connect_all_domains.py --client_id <tenant_client_id> --access_key <tenant_access_key> --region eu --server 192.168.1.1 --api_key <your_api_key> --api_port 443 `
41
41
42
42
## Development Environment
43
43
You can’t perform that action at this time.
0 commit comments