You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Anand (Jira)" <ji...@apache.org> on 2022/07/26 15:05:00 UTC

[jira] [Commented] (JCLOUDS-1616) Proxy credentials validation is missing in OkHttpCommandExecutorService API request

    [ https://issues.apache.org/jira/browse/JCLOUDS-1616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17571484#comment-17571484 ] 

Anand commented on JCLOUDS-1616:
--------------------------------

Hi 
Please find the pull request for review
https://github.com/apache/jclouds/pull/147/

> Proxy credentials validation is missing in OkHttpCommandExecutorService API request
> -----------------------------------------------------------------------------------
>
>                 Key: JCLOUDS-1616
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-1616
>             Project: jclouds
>          Issue Type: Bug
>          Components: jclouds-core, jclouds-drivers
>            Reporter: Anand
>            Priority: Major
>
> Hi,
> In our project, Azure ComputeServiceContext is constructed with proxy setting properties (includes credentials) as below,
> overrides.setProperty(Constants.*PROPERTY_PROXY_HOST*, "...");
> overrides.setProperty(Constants.*PROPERTY_PROXY_PORT*, "..");
> overrides.setProperty(Constants.*PROPERTY_PROXY_TYPE*, Proxy.Type.HTTP.name());
> overrides.setProperty(Constants.*PROPERTY_PROXY_USER*, "...");
> overrides.setProperty(Constants.*PROPERTY_PROXY_PASSWORD*, "...");
> ComputeServiceContext context = ContextBuilder.newBuilder("azurecompute-arm").credentials(identity, credential)
> 				.overrides(overrides).buildView(ComputeServiceContext.class);
> When the API request is called, OkHttpCommandExecutorService.invoke method doesn't populate the credentials in the proxyAuthenticator during okHttpClient builder.
> Therefore  validation of credentials is ignored.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)