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

Adds exports for oauth signup URL. #1122

Closed
wants to merge 1 commit into from
Closed

Adds exports for oauth signup URL. #1122

wants to merge 1 commit into from

Conversation

eeyun
Copy link
Contributor

@eeyun eeyun commented Jul 12, 2019

This should help to push the oauth signup url from our deployment config and should help to resolve habitat-sh/on-prem-builder#131 in tandem with habitat-sh/on-prem-builder#161
Signed-off-by: Ian Henry [email protected]

Copy link
Contributor

@baumanj baumanj left a comment

Choose a reason for hiding this comment

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

Looks fine, but I'm not really knowledgeable here, so I'll let those who are give formal approval

@chefsalim
Copy link
Contributor

Looking at this more, I'm not actually sure we need any of these changes... this is only an issue for the on-premises installation/configuration - for SaaS and dev environments, we will not need to change the sign-in config, as those environments are not meant for arbitrary OAuth configuration.

@@ -15,6 +15,7 @@ provider = "github"
token_url = "https://github.com/login/oauth/access_token"
userinfo_url = "https://api.github.com/user"
redirect_url = ""
signup_url = ""
Copy link
Contributor

Choose a reason for hiding this comment

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

Don't think we need this

@eeyun
Copy link
Contributor Author

eeyun commented Jul 18, 2019

Indeed i believed initially we needed this as plumbing for the on-prem services to be able to configure themselves appropriately but I no longer believe that to be the case. Closing this one.

@eeyun eeyun closed this Jul 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Sign up here" link takes you to github when auth is configured for Chef Automate
4 participants