Skip to content
Snippets Groups Projects
Commit 7d0d197c authored by Olivér FACKLAM's avatar Olivér FACKLAM
Browse files

[Gitlab CI] connexion LDAP

parent 47565c76
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,7 @@ tests:mocha: ...@@ -41,6 +41,7 @@ tests:mocha:
- echo '{"dn":"dn", "passwd":"passwd"}' >> ldap_credentials.json - echo '{"dn":"dn", "passwd":"passwd"}' >> ldap_credentials.json
# set up to use ldap, not ldaps # set up to use ldap, not ldaps
- export LDAP_URI=ldap://ldapdev.eleves.polytechnique.fr:389 - export LDAP_URI=ldap://ldapdev.eleves.polytechnique.fr:389
- export LDAP_DN=uid=sigma,ou=services,dc=frankiz,dc=net
- export TARGET_ENV=staging - export TARGET_ENV=staging
# in Kubernetes executor, hostname postgres is broken # in Kubernetes executor, hostname postgres is broken
- export DB_HOST=127.0.0.1 - export DB_HOST=127.0.0.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment