Alex Cazacu
3 years ago
No known key found for this signature in database
GPG Key ID: ACFF0A10AFC48850
1 changed files with
6 additions and
5 deletions
-
dnsapi/dns_gcloud.sh
|
|
@ -55,7 +55,8 @@ _dns_gcloud_authenticate() { |
|
|
|
_info "_dns_gcloud_authenticate: authenticating gcloud" |
|
|
|
_debug "_dns_gcloud_authenticate: checking authenticated status" |
|
|
|
|
|
|
|
account=$(gcloud auth list \ |
|
|
|
account=$( |
|
|
|
gcloud auth list \ |
|
|
|
--filter "status:ACTIVE" \ |
|
|
|
--format "value(account)" \ |
|
|
|
--verbosity error |
|
|
|