-
Notifications
You must be signed in to change notification settings - Fork 35
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
Conversation
There was a problem hiding this 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
Signed-off-by: Ian Henry <[email protected]>
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 = "" |
There was a problem hiding this comment.
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
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. |
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]