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 8edcf73 commit c790a50Copy full SHA for c790a50
lib/azure_blob/instance_metadata_service.rb
@@ -8,7 +8,7 @@ def initialize(principal_id: nil)
8
@identity_uri = URI.parse(IDENTITY_ENDPOINT)
9
params = {
10
'api-version': API_VERSION,
11
- resource: AzureBlob::IdentityToken::RESOURCE_URI
+ resource: RESOURCE_URI
12
}
13
params[:principal_id] = principal_id if principal_id
14
@identity_uri.query = URI.encode_www_form(params)
0 commit comments