[arvados] updated: 2.7.0-5083-g8833f20a45

git repository hosting git at public.arvados.org
Thu Oct 26 13:32:28 UTC 2023


Summary of changes:
 tools/salt-install/common.sh                                          | 4 ++--
 .../config_examples/multi_host/aws/dashboards/arvados_overview.json   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

       via  8833f20a45011437ef37bef17a031398894774d2 (commit)
       via  645785be096302899e754354504aaaffde4d4760 (commit)
      from  6280dbe8a31b9fe9afcf28041cecd29382bfa437 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 8833f20a45011437ef37bef17a031398894774d2
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date:   Thu Oct 26 10:31:45 2023 -0300

    20953: Adjust Let's Encrypt based cert thresholds.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>

diff --git a/tools/salt-install/common.sh b/tools/salt-install/common.sh
index 360c2c7cc3..5392da71be 100644
--- a/tools/salt-install/common.sh
+++ b/tools/salt-install/common.sh
@@ -52,8 +52,8 @@ done
 TLS_EXPIRATION_YELLOW=5184000 # > 2 months
 TLS_EXPIRATION_GREEN=15552000 # > 6 months
 if [[ "${SSL_MODE}" == "lets-encrypt" ]]; then
-  TLS_EXPIRATION_YELLOW=2592000 # > 1 months
-  TLS_EXPIRATION_GREEN=5184000 # > 2 months
+  TLS_EXPIRATION_YELLOW=1900800 # > 22 days
+  TLS_EXPIRATION_GREEN=2505600 # > 29 days
 fi
 
 # Auto-detects load-balancing mode

commit 645785be096302899e754354504aaaffde4d4760
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date:   Thu Oct 26 10:30:21 2023 -0300

    20953: Don't make prominent the SSL cert expiration normal status.
    
    In order to not be distracting, the "green status" on the main Dashboard
    is now colored with a transparent background.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>

diff --git a/tools/salt-install/config_examples/multi_host/aws/dashboards/arvados_overview.json b/tools/salt-install/config_examples/multi_host/aws/dashboards/arvados_overview.json
index daf8f2f0a7..774109b531 100644
--- a/tools/salt-install/config_examples/multi_host/aws/dashboards/arvados_overview.json
+++ b/tools/salt-install/config_examples/multi_host/aws/dashboards/arvados_overview.json
@@ -116,7 +116,7 @@
                       "value": __TLS_EXPIRATION_YELLOW__
                     },
                     {
-                      "color": "green",
+                      "color": "transparent",
                       "value": __TLS_EXPIRATION_GREEN__
                     }
                   ]

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list