From 968fb9d7bd2c6a912cc034272f3c629d15e19644 Mon Sep 17 00:00:00 2001 From: Kevin Bimonte Date: Sun, 22 Sep 2024 12:05:40 -0400 Subject: [PATCH] fix: Rename oauth to saml in replace for SAML groups (#257) Signed-off-by: Kevin Bimonte --- cluster/operations/generic-saml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/operations/generic-saml.yml b/cluster/operations/generic-saml.yml index 7ddef84..ad2d165 100644 --- a/cluster/operations/generic-saml.yml +++ b/cluster/operations/generic-saml.yml @@ -27,4 +27,4 @@ - type: replace path: /instance_groups/name=web/jobs/name=web/properties/main_team?/auth/saml/groups - value: ((main_team.oauth.saml_groups)) + value: ((main_team.saml.saml_groups))