commit | 5906c8583ca351b5385a079a30521a9a8a0c7c59 | [log] [tgz] |
---|---|---|
author | David Buxton <david@gasmark6.com> | Fri Oct 23 03:06:04 2020 +0100 |
committer | GitHub <noreply@github.com> | Fri Oct 23 02:06:04 2020 +0000 |
tree | 73ea3e424447045bd4b5546f477bec4cc962ca60 | |
parent | 3b3172ef94c110c81a49bc160123e8ff55141e65 [diff] |
Change metadata service helper to work with any query parameters (#588) Part of #579 This helper is used with '?recursive=true' in one place, and can now be used by IDTokenCredentials for requests with query parameters to the metadata identity end-point. This change will allow making requests to the token end-point with '?scopes=..' query parameters.