You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to discuss on one issue related to ldap cofig AUTH_LDAP_MIRROR_GROUPS, when i am trying to set a list of group it is not accepting it but always working fine with true and false, I also noticed that it changes the Case of data in environment
On the other hand AUTH_LDAP_MIRROR_GROUPS_EXCEPT works fine and accepting the list of vars
I am setting the config vars as form of secret in Rancher
Example-
When i send vars like
AUTH_LDAP_MIRROR_GROUPS = @JSON ["group-test","group-admin"]'
It sets differently in env like below
AUTH_LDAP_MIRROR_GROUPS = '@JSON ["Group-Test","Group-Adm"]'
And when i set var
AUTH_LDAP_MIRROR_GROUPS: @JSON ["workshop_test"]
it sets same in env
AUTH_LDAP_MIRROR_GROUPS_EXCEPT = "@JSON ["workshop_test"]"