From 61c77c81fa1355aca4e59f1e4c8aaaa14ce249d8 Mon Sep 17 00:00:00 2001 From: claire bontempo <68122737+hellobontempo@users.noreply.github.com> Date: Fri, 27 Jan 2023 14:27:42 -0800 Subject: [PATCH] add pki engine to router (#18888) --- ui/app/router.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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,