mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
UI: [VAULT-12979] Dashboard Landing Page (#21057)
Co-authored-by: Chelsea Shaw <cshaw@hashicorp.com> Co-authored-by: clairebontempo@gmail.com <clairebontempo@gmail.com> Co-authored-by: Angel Garbarino <angel@hashicorp.com>
This commit is contained in:
@@ -14,6 +14,7 @@ export default class Router extends EmberRouter {
|
||||
Router.map(function () {
|
||||
this.route('vault', { path: '/' }, function () {
|
||||
this.route('cluster', { path: '/:cluster_name' }, function () {
|
||||
this.route('dashboard');
|
||||
this.route('oidc-provider-ns', { path: '/*namespace/identity/oidc/provider/:provider_name/authorize' });
|
||||
this.route('oidc-provider', { path: '/identity/oidc/provider/:provider_name/authorize' });
|
||||
this.route('oidc-callback', { path: '/auth/*auth_path/oidc/callback' });
|
||||
|
||||
Reference in New Issue
Block a user