From 3e383c6d68163608c0fcb5f5423c1422923edaa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Bj=C3=B6rklund?= Date: Mon, 28 Oct 2024 14:00:55 +0100 Subject: [PATCH] Created stub for sso groups --- global/overlay/etc/hiera/data/common.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/global/overlay/etc/hiera/data/common.yaml b/global/overlay/etc/hiera/data/common.yaml index ee32ebc..6e3f850 100644 --- a/global/overlay/etc/hiera/data/common.yaml +++ b/global/overlay/etc/hiera/data/common.yaml @@ -43,3 +43,11 @@ nrpe_clients: - 127.0.0.1 - 127.0.1.1 - 89.45.237.85 + +sso_groups: + - soc-user: + - 'soc-user' + - sunet-cert: + - 'bjorklund@sunet.se' + - 'valerio@sunet.se' + - 'roberto@sunet.se'