diff --git a/ui/app/router.js b/ui/app/router.js index c742f95187..12f68aba40 100644 --- a/ui/app/router.js +++ b/ui/app/router.js @@ -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.mount('pki'); this.route('index', { path: '/' }); this.route('configuration'); // because globs / params can't be empty,