Actions
Story #15795
closed[API] Accept configured SystemRootToken without doing a database lookup
Start date:
11/23/2019
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
Story points:
-
Release:
Release relationship:
Auto
Description
The main benefit is a simpler installation process (the installer can use a randomly generated string, instead of running a rake task that depends on other parts of the configuration being ready enough for API to start up). A secondary benefit is speeding up system requests a little bit.
With this change, RailsAPI can also throw an "invalid config" error at startup if SystemRootToken is not configured. (With the current code this can't be treated as an error because RailsAPI needs to load its config in order to generate a valid SystemRootToken.)
Updated by Tom Clegg over 5 years ago
- Related to Story #15107: [controller] Implement native Google login (configurable as an alternative to sso-provider) added
Updated by Tom Clegg over 5 years ago
- Related to Story #15720: [API] Unified user listing across all clusters in a federation added
Updated by Peter Amstutz over 5 years ago
- Assigned To set to Peter Amstutz
- Target version changed from To Be Groomed to 2019-12-04 Sprint
Actions