Azure validation erro . Unable to get the login page of manageIQ and getting errors while trying to add Azure cloud service provider in manageIQ #22163
Unanswered
sreeharsha-alluri
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I pulled the latest manageIQ image docker run -d -p 8443:443 manageiq/manageiq:najdorf-1.3 on AWS inside an ec2 instance by taking t2.2x large and 30gb disk space. These are the issues I encountered
Referred websites for the set up
(i) https://www.manageiq.org/docs/reference/latest/managing_providers/cloud_providers/azure_providers.html
(ii) https://learn.microsoft.com/en-us/azure/active-directory/develop/howto-create-service-principal-portal
Logs from the instance
RestClient.post "https://login.microsoftonline.com/b5098610-586b-40c0-bdf2-e327dc809673/oauth2/token", "grant_type=client_credentials&client_id=4f253a48-9614-4474-bcc7-407ab632587d&client_secret=AeO8Q%7EGdgW--WTgnvyKlSFXgIHuiENrACXVIibC-&resource=https%3A%2F%2Fmanagement.azure.com%2F", "Accept"=>"/", "Accept-Encoding"=>"gzip, deflate", "Content-Length"=>"180", "Content-Type"=>"application/x-www-form-urlencoded", "User-Agent"=>"rest-client/2.0.2 (linux-gnu x86_64) ruby/2.3.1p112"
=> 400 BadRequest | application/json 719 bytes
RestClient.post "https://login.microsoftonline.com/b5098610-586b-40c0-bdf2-e327dc809673/oauth2/token", "grant_type=client_credentials&client_id=4f253a48-9614-4474-bcc7-407ab632587d&client_secret=AeO8Q%7EGdgW--WTgnvyKlSFXgIHuiENrACXVIibC-&resource=https%3A%2F%2Fmanagement.azure.com%2F", "Accept"=>"/", "Accept-Encoding"=>"gzip, deflate", "Content-Length"=>"180", "Content-Type"=>"application/x-www-form-urlencoded", "User-Agent"=>"rest-client/2.0.2 (linux-gnu x86_64) ruby/2.3.1p112"
=> 400 BadRequest | application/json 719 bytes
Beta Was this translation helpful? Give feedback.
All reactions