mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 06:33:56 +02:00
Update azure prompts. Fixes #261
This commit is contained in:
parent
0d1731e058
commit
8280201dc1
1 changed files with 4 additions and 5 deletions
9
algo
9
algo
|
@ -66,29 +66,28 @@ deploy () {
|
|||
|
||||
azure () {
|
||||
read -p "
|
||||
Enter your azure secret (https://docs.ansible.com/ansible/guide_azure.html#authenticating-with-azure)
|
||||
Enter your azure secret id (https://github.com/trailofbits/algo/blob/master/docs/AZURE.md)
|
||||
You can skip this step if you want to use your defaults credentials from ~/.azure/credentials
|
||||
[...]: " -rs azure_secret
|
||||
|
||||
read -p "
|
||||
|
||||
Enter your azure tenant (https://docs.ansible.com/ansible/guide_azure.html#authenticating-with-azure)
|
||||
Enter your azure tenant id (https://github.com/trailofbits/algo/blob/master/docs/AZURE.md)
|
||||
You can skip this step if you want to use your defaults credentials from ~/.azure/credentials
|
||||
[...]: " -rs azure_tenant
|
||||
|
||||
read -p "
|
||||
|
||||
Enter your azure client_id (https://docs.ansible.com/ansible/guide_azure.html#authenticating-with-azure)
|
||||
Enter your azure client id (application id) (https://github.com/trailofbits/algo/blob/master/docs/AZURE.md)
|
||||
You can skip this step if you want to use your defaults credentials from ~/.azure/credentials
|
||||
[...]: " -rs azure_client_id
|
||||
|
||||
read -p "
|
||||
|
||||
Enter your azure subscription_id (https://docs.ansible.com/ansible/guide_azure.html#authenticating-with-azure)
|
||||
Enter your azure subscription id (https://github.com/trailofbits/algo/blob/master/docs/AZURE.md)
|
||||
You can skip this step if you want to use your defaults credentials from ~/.azure/credentials
|
||||
[...]: " -rs azure_subscription_id
|
||||
|
||||
|
||||
read -p "
|
||||
Name the vpn server:
|
||||
[algo]: " -r azure_server_name
|
||||
|
|
Loading…
Add table
Reference in a new issue