]> git.proxmox.com Git - mirror_acme.sh.git/commit
Make the instance metadata fetcher self-contained
authorMal Graty <mal.graty@googlemail.com>
Tue, 20 Feb 2018 12:40:24 +0000 (12:40 +0000)
committerMal Graty <mal.graty@googlemail.com>
Tue, 20 Feb 2018 12:40:24 +0000 (12:40 +0000)
commit759f4f2c62bd5118495937713134f9e7960bd98e
treeb9b7c8f7e05a1800576b59cd666b51ec814be8ae
parent693627a858e22391201ef385388756508da9c070
Make the instance metadata fetcher self-contained

This is to provide a clean path to future extension work such as adding
a _use_container_role function to offer similar support for ECS
containers.

The $_using_role flag has also been made generic so that future role
providers can also make use of it.
dnsapi/dns_aws.sh