diff --git a/charts/sigi/v0/Chart.yaml b/charts/sigi/v0/Chart.yaml index 69e5704..df711fc 100644 --- a/charts/sigi/v0/Chart.yaml +++ b/charts/sigi/v0/Chart.yaml @@ -8,7 +8,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.2 +version: 0.1.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/sigi/v0/questions.yaml b/charts/sigi/v0/questions.yaml index 42e8eec..04ba651 100644 --- a/charts/sigi/v0/questions.yaml +++ b/charts/sigi/v0/questions.yaml @@ -13,7 +13,23 @@ questions: type: string group: Básico required: true - + +# Informações Autenticação +- variable: sigi.auth.ldap.userAttrMap + default: {"first_name": "givenName", "last_name": "sn", "email": "userPrincipalName", 'is_staff': "cn",} + description: "Mapa atributos usuário LDAP" + label: Mapa atributos usuário LDAP" + type: string + group: Autenticação + required: true +- variable: sigi.auth.ldap.profileAttrMap + default: {"nome_completo": "cn"} + description: "Mapa de atributos profile LDAP" + label: Mapa atributos profile LDAP" + type: string + group: Autenticação + required: true + # Ingress - variable: ingress.tls.enabled