Actions
Bug #6750
closed[API] Reconcile our API server package with the new SSO configuration method
Story points:
0.5
Description
The old way of configuring the API server's SSO connection was to set globals in config/initializers/omniauth.rb
.
The new way is to set various sso_*
configuration settings in application.yml
.
The API server installation guide documents the new configuration method, but our API server distribution packages always install omniauth.rb
, effectively requiring users to use the old method. The API server distribution package should support and prefer the new configuration method.
Implementation:
arvados-api-server-upgrade.sh
(in arvados-dev) should only installomniauth.rb
when it already exists in/etc/arvados/api
.- Update the install guide to remove references to installing omniauth.rb.
Updated by Brett Smith over 9 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset arvados|commit:f7f91a7085f8acfbbdd120575e88dcea53297554.
Actions