mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-03 03:58:01 +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.mount('kmip');
|
||||
this.mount('kubernetes');
|
||||
if (config.environment !== 'production') {
|
||||
this.mount('pki');
|
||||
}
|
||||
this.route('index', { path: '/' });
|
||||
this.route('configuration');
|
||||
// because globs / params can't be empty,
|
||||
|
||||
Reference in New Issue
Block a user