mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-03 12:07:54 +00:00
add pki engine to router (#18888)
This commit is contained in:
@@ -154,9 +154,7 @@ Router.map(function () {
|
|||||||
this.route('backend', { path: '/:backend' }, function () {
|
this.route('backend', { path: '/:backend' }, function () {
|
||||||
this.mount('kmip');
|
this.mount('kmip');
|
||||||
this.mount('kubernetes');
|
this.mount('kubernetes');
|
||||||
if (config.environment !== 'production') {
|
this.mount('pki');
|
||||||
this.mount('pki');
|
|
||||||
}
|
|
||||||
this.route('index', { path: '/' });
|
this.route('index', { path: '/' });
|
||||||
this.route('configuration');
|
this.route('configuration');
|
||||||
// because globs / params can't be empty,
|
// because globs / params can't be empty,
|
||||||
|
|||||||
Reference in New Issue
Block a user