Skip to content

Commit 7596f07

Browse files
committed
wip
1 parent 9db665e commit 7596f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/azure_blob/workload_identity.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def self.federated_token?
1515
end
1616

1717
def request
18-
AzureBlob::Http.new(IDENTITY_ENDPOINT).post(
18+
AzureBlob::Http.new(URI.parse(IDENTITY_ENDPOINT)).post(
1919
{
2020
client_id: CLIENT_ID,
2121
scope: SCOPE,

0 commit comments

Comments
 (0)