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

Bump go modules, make auth dev hostname customisable #1473

Merged
merged 1 commit into from
Aug 26, 2022

Conversation

paskal
Copy link
Sponsor Collaborator

@paskal paskal commented Aug 26, 2022

After this commit, dev auth would start working with the REMARK_URL hostname instead of the previously hardcoded 127.0.0.1.

Breaks development setup where REMARK_URL was set to a non-standard value and dev auth was running on 127.0.0.1 and working, as, after that change, it would stop working.

@paskal paskal added the backend label Aug 26, 2022
@paskal paskal added this to the v1.10.2 milestone Aug 26, 2022
@paskal paskal requested a review from umputun as a code owner August 26, 2022 21:06
@umputun
Copy link
Owner

umputun commented Aug 26, 2022

I think this change is potentially breaking (well, a little bit) and may need some explanation in docs. The only use case I can think of - is some local testing user sets a fake domain in remark_url but want dev auth to go to 127.0.0.1. I don't think such a rare/exotic case warrants an extra parameter, but maybe we want to indicate in docs what prior to version x.y.z.t this dev authg always went to 127.0.0.1

@paskal
Copy link
Sponsor Collaborator Author

paskal commented Aug 26, 2022

@umputun I've updated development documentation as well as development docker-compose files; please review once more.

After this commit, dev auth would start working with the `REMARK_URL`
hostname instead of the previously hardcoded 127.0.0.1.

Breaks development setup where `REMARK_URL` was set
to a non-standard value and dev auth was running on 127.0.0.1
and working, as, after that change, it would stop working.
Copy link
Owner

@umputun umputun left a comment

Choose a reason for hiding this comment

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

LGTM

@paskal paskal merged commit 9ad3be2 into master Aug 26, 2022
@paskal paskal deleted the paskal/bump_modules branch August 26, 2022 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants