Browse Source
Save credentials after successful authentication
pull/3532/head
Alex Cazacu
3 years ago
No known key found for this signature in database
GPG Key ID: ACFF0A10AFC48850
1 changed files with
3 additions and
0 deletions
-
dnsapi/dns_gcloud.sh
|
|
@ -95,6 +95,9 @@ _dns_gcloud_authenticate() { |
|
|
|
gcloud config set project "$GCLOUD_Project_ID" |
|
|
|
|
|
|
|
_info "_dns_gcloud_authenticate: configured gcloud project" |
|
|
|
|
|
|
|
_saveaccountconf_mutable CF_Token "$CF_Token" |
|
|
|
_saveaccountconf_mutable CF_Account_ID "$CF_Account_ID" |
|
|
|
} |
|
|
|
|
|
|
|
_dns_gcloud_authenticate() { |
|
|
|