Fábio Kaiser Rauber
2 years ago
4 changed files with 53 additions and 2 deletions
@ -0,0 +1,46 @@ |
|||||
|
apiVersion: v1 |
||||
|
kind: ConfigMap |
||||
|
metadata: |
||||
|
name: sigi-email |
||||
|
namespace: sigi |
||||
|
data: |
||||
|
ADMINS: "(('SIGI Administrator', 'sigi@interlegis.leg.br'),)" |
||||
|
EMAIL_PORT: "25" |
||||
|
EMAIL_HOST: smtp.interlegis.leg.br |
||||
|
DEFAULT_FROM_EMAIL: sigi@interlegis.leg.br |
||||
|
|
||||
|
--- |
||||
|
apiVersion: v1 |
||||
|
kind: Secret |
||||
|
metadata: |
||||
|
name: sigi-auth-ldap-key |
||||
|
namespace: sigi |
||||
|
type: Opaque |
||||
|
data: |
||||
|
AUTH_LDAP_BIND_PASSWORD: YWx0ZXJlbWU= |
||||
|
# AUTH_LDAP_BIND_PASSWORD: altereme |
||||
|
|
||||
|
--- |
||||
|
apiVersion: v1 |
||||
|
kind: ConfigMap |
||||
|
metadata: |
||||
|
name: sigi-auth-ldap |
||||
|
namespace: sigi |
||||
|
data: |
||||
|
AUTH_LDAP_BIND_DN: CN=Sistema de Informações Gerenciais do Interlegis Service Account,OU=_UsuariosServicos,OU=2-AdministracaoSistemas,DC=senado,DC=gov,DC=br |
||||
|
AUTH_LDAP_CACHE_GROUPS: "False" |
||||
|
AUTH_LDAP_FIND_GROUP_PERMS: "False" |
||||
|
AUTH_LDAP_GROUP: "" |
||||
|
AUTH_LDAP_GROUP_CACHE_TIMEOUT: "0" |
||||
|
AUTH_LDAP_GROUP_SEARCH_STRING: "" |
||||
|
AUTH_LDAP_GROUP_TYPE_STRING: "" |
||||
|
AUTH_LDAP_MIRROR_GROUPS: "False" |
||||
|
AUTH_LDAP_PROFILE_ATTR_MAP: '{"nome_completo": "cn"}' |
||||
|
AUTH_LDAP_SERVER_URI: ldap://ad.senado.gov.br |
||||
|
AUTH_LDAP_USER: OU=UsuariosPessoas,DC=senado,DC=gov,DC=br |
||||
|
AUTH_LDAP_USER_ATTR_MAP: '{"first_name": "givenName", "last_name": "sn", "email": "userPrincipalName", }' |
||||
|
AUTH_LDAP_USER_SEARCH_STRING: (&(sAMAccountName=%(user)s)(department=*ILB*)(!(title=*Desligad*))(!(title=*inativ*))) |
||||
|
AUTH_PROFILE_MODULE: servidores.Servidor |
||||
|
|
||||
|
|
||||
|
|
Loading…
Reference in new issue