From 546126bdabe2a4e420ab07914550e0c7e31bcaa7 Mon Sep 17 00:00:00 2001 From: cezary tarnowski Date: Fri, 14 Jul 2023 12:27:17 +0200 Subject: [PATCH] display fips mode status in the UI, requires temporary fix for openssl gem --- app/views/status/index.html.erb | 5 +++-- config/initializers/fips.rb | 25 ++++++++++++++++++++++--- config/initializers/status.rb | 1 + 3 files changed, 26 insertions(+), 5 deletions(-) diff --git a/app/views/status/index.html.erb b/app/views/status/index.html.erb index a60957aae3..d7084d7b4f 100644 --- a/app/views/status/index.html.erb +++ b/app/views/status/index.html.erb @@ -24,7 +24,7 @@

Status

Your Conjur server is running!

- +

Security Check:

Does your browser show a green lock icon on the left side of the address bar?

@@ -58,6 +58,7 @@
Details:
Version <%= ENV["CONJUR_VERSION_DISPLAY"] %>
API Version "><%= ENV["API_VERSION"] %> +
FIPS mode <%= ENV["FIPS_MODE_STATUS"] %>
More Info:
    @@ -70,7 +71,7 @@
- +