-
Notifications
You must be signed in to change notification settings - Fork 39
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
Add toggle for automatic creation of remote users #2707
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2707 +/- ##
==========================================
- Coverage 55.22% 55.22% -0.01%
==========================================
Files 565 565
Lines 40945 40950 +5
==========================================
+ Hits 22612 22613 +1
- Misses 18333 18337 +4
📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
a58d417
to
a2dcea3
Compare
Add a new flag to the remote user config that by default is off. If remote users is enabled and the new flag is toggled on, the username in REMOTE_USER will be used to automatically create a new user with that username. Automatic creation regardless used to be the default behavior.
a2dcea3
to
1066719
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Add a new flag to the remote user config that by default is off. If remote users is enabled and the new flag is toggled on, the username in REMOTE_USER will be used to automatically create a new user with that username. Automatic creation regardless used to be the default behavior.
Because the default behavior for remote users has changed this needs to be flagged well in NOTES.
Depends on #2706.
For https://github.com/Uninett/campus-tasks/issues/22