We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db665e commit 7596f07Copy full SHA for 7596f07
lib/azure_blob/workload_identity.rb
@@ -15,7 +15,7 @@ def self.federated_token?
15
end
16
17
def request
18
- AzureBlob::Http.new(IDENTITY_ENDPOINT).post(
+ AzureBlob::Http.new(URI.parse(IDENTITY_ENDPOINT)).post(
19
{
20
client_id: CLIENT_ID,
21
scope: SCOPE,
0 commit comments