rundeck-plugins / rundeck-azure-plugin

8 stars 16 forks source link

"The account being accessed does not support http" hasn't fixed #14

Closed kulmam92 closed 3 years ago

kulmam92 commented 4 years ago

I'm still having the same issue as #11 even though I'm using azure-plugin-1.0.5.jar

ERROR LogFileStorageService --- [eduler_Worker-1] Failed to initialize LogFileStoragePlugin 'azure-storage': com.microsoft.azure.storage.StorageException: The account being accessed does not support http.

Would you doublecheck if the fix is working?

gbnord commented 4 years ago

@kulmam92 Try to add: framework.plugin.ExecutionFileStorage.azure-storage.defaultEndpointProtocol=https in framework.properties. It worked for me.

ltamaster commented 4 years ago

@kulmam92 framework.plugin.ExecutionFileStorage.azure-storage.defaultEndpointProtocol=https should work tat was included here https://github.com/rundeck-plugins/rundeck-azure-plugin/pull/12 Please let me know if worked