Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http_proxy support for authenticating to Azure #7142

Merged
merged 2 commits into from Mar 9, 2016

Conversation

bronaghs
Copy link

@bronaghs bronaghs commented Mar 7, 2016

Proxy connection information is set in vmdb.tmpl.yml and read by the Azure CloudManager::raw_connect method.

https://bugzilla.redhat.com/show_bug.cgi?id=1314835

@bronaghs
Copy link
Author

bronaghs commented Mar 7, 2016

@djberg96 @blomquisg - please review.

@@ -32,11 +32,14 @@ def description
ManageIQ::Providers::Azure::Regions.find_by_name(provider_region)[:description]
end

def self.raw_connect(clientid, clientkey, azuretenantid)
def self.raw_connect(clientid, clientkey, azuretenantid, proxy_uri = nil)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we change the parameter names to be standard snake case for better readability?
clientid to client_id
clientkey to client_key
azuretenantid to azure_tenant_id

@miq-bot
Copy link
Member

miq-bot commented Mar 8, 2016

Checked commits bronaghs/manageiq@9391564~...82e7450 with ruby 2.2.3, rubocop 0.37.2, and haml-lint 0.16.1
14 files checked, 0 offenses detected
Everything looks good. 🍪

@bronaghs
Copy link
Author

bronaghs commented Mar 8, 2016

@chessbyte - funny, I have never noticed that before. Please review. Thanks.

@djberg96
Copy link
Contributor

djberg96 commented Mar 8, 2016

👍

@bronaghs
Copy link
Author

bronaghs commented Mar 9, 2016

@chessbyte @blomquisg - Can this be merged?

chessbyte added a commit that referenced this pull request Mar 9, 2016
http_proxy support for authenticating to Azure
@chessbyte chessbyte merged commit 3305282 into ManageIQ:master Mar 9, 2016
@chessbyte chessbyte added this to the Sprint 38 Ending Mar 28, 2016 milestone Mar 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants