-
Notifications
You must be signed in to change notification settings - Fork 134
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
Refactor setup config #3694
Merged
Merged
Refactor setup config #3694
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Kate E. Reinecke <50168367+kreinecke@users.noreply.github.com>
Signed-off-by: Kate E. Reinecke <50168367+kreinecke@users.noreply.github.com>
…isterMigration call. Signed-off-by: Kate E. Reinecke <50168367+kreinecke@users.noreply.github.com>
Signed-off-by: Kate E. Reinecke <50168367+kreinecke@users.noreply.github.com>
Signed-off-by: Kate E. Reinecke <50168367+kreinecke@users.noreply.github.com>
Signed-off-by: Kate E. Reinecke <50168367+kreinecke@users.noreply.github.com>
Signed-off-by: Kate E. Reinecke <50168367+kreinecke@users.noreply.github.com>
…set in the config file Signed-off-by: Kate E. Reinecke <50168367+kreinecke@users.noreply.github.com>
Signed-off-by: Kate E. Reinecke <50168367+kreinecke@users.noreply.github.com>
Signed-off-by: Kate E. Reinecke <50168367+kreinecke@users.noreply.github.com>
Signed-off-by: Kate E. Reinecke <50168367+kreinecke@users.noreply.github.com>
Signed-off-by: Kate E. Reinecke <50168367+kreinecke@users.noreply.github.com>
…enting a new auth endpoint type env var to select local or remote auth type. Modify local users table schema to make GUI and username unique, Signed-off-by: Kate E. Reinecke <50168367+kreinecke@users.noreply.github.com>
…r. Add code to update last login time on login. Test for last login time update in progress. Signed-off-by: Kate E. Reinecke <50168367+kreinecke@users.noreply.github.com>
…remove info comments Signed-off-by: Kate E. Reinecke <50168367+kreinecke@users.noreply.github.com>
Signed-off-by: Kate E. Reinecke <50168367+kreinecke@users.noreply.github.com>
… jetstream startup appropriately depending on whether local or remote auth is configured. Signed-off-by: Kate E. Reinecke <50168367+kreinecke@users.noreply.github.com>
…de Climate gate. Signed-off-by: Kate E. Reinecke <50168367+kreinecke@users.noreply.github.com>
Signed-off-by: Kate E. Reinecke <50168367+kreinecke@users.noreply.github.com>
Signed-off-by: Kate E. Reinecke <50168367+kreinecke@users.noreply.github.com>
…YPE not defined. Add auth_endpoint_type to console config DB table Signed-off-by: Kate E. Reinecke <50168367+kreinecke@users.noreply.github.com>
Signed-off-by: Kate E. Reinecke <50168367+kreinecke@users.noreply.github.com>
Signed-off-by: Kate E. Reinecke <50168367+kreinecke@users.noreply.github.com>
Signed-off-by: Kate E. Reinecke <50168367+kreinecke@users.noreply.github.com>
Signed-off-by: Kate E. Reinecke <50168367+kreinecke@users.noreply.github.com>
Signed-off-by: Kate E. Reinecke <50168367+kreinecke@users.noreply.github.com>
Signed-off-by: Kate E. Reinecke <50168367+kreinecke@users.noreply.github.com>
✅ Hey nwmac! The commit authors and yourself have already signed the CLA. |
Codecov Report
@@ Coverage Diff @@
## v2-master #3694 +/- ##
==========================================
Coverage 51.43% 51.43%
==========================================
Files 726 726
Lines 20569 20569
Branches 3682 3682
==========================================
Hits 10579 10579
Misses 9990 9990 |
richard-cox
approved these changes
Jul 16, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is updated PR for #3605