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

2022-08-03 Thread Andrew Gaul (Jira)


 [ 
https://issues.apache.org/jira/browse/JCLOUDS-1616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Gaul updated JCLOUDS-1616:
-
Affects Version/s: 2.5.0

> 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-drivers
>Affects Versions: 2.5.0
>Reporter: Anand
>Priority: Major
>  Labels: okhttp
> Fix For: 2.6.0
>
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> 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)


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

2022-08-03 Thread Andrew Gaul (Jira)


 [ 
https://issues.apache.org/jira/browse/JCLOUDS-1616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Gaul updated JCLOUDS-1616:
-
Labels: okhttp  (was: )

> 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-drivers
>Reporter: Anand
>Priority: Major
>  Labels: okhttp
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> 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)


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

2022-08-03 Thread Andrew Gaul (Jira)


 [ 
https://issues.apache.org/jira/browse/JCLOUDS-1616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Gaul updated JCLOUDS-1616:
-
Component/s: (was: jclouds-core)

> 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-drivers
>Reporter: Anand
>Priority: Major
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> 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)