Skip to content

Commit a035e9b

Browse files
authored
Revert "ci: update openldap image with maintained one (#7181)" (#7196)
This reverts commit a44e8f9.
1 parent 7ae9abd commit a035e9b

2 files changed

Lines changed: 12 additions & 10 deletions

File tree

.github/workflows/appsec.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,15 @@ jobs:
7878
PLUGINS: ldapjs
7979
services:
8080
openldap:
81-
image: registry.opensuse.org/opensuse/openldap
81+
image: bitnamilegacy/openldap:latest
8282
ports:
83-
- '1389:389'
84-
- '1636:636'
83+
- '1389:1389'
84+
- '1636:1636'
8585
env:
86-
LDAP_DOMAIN: 'example.org'
86+
LDAP_ADMIN_USERNAME: 'admin'
8787
LDAP_ADMIN_PASSWORD: 'adminpassword'
88-
LDAP_CONFIG_PASSWORD: 'adminpassword'
88+
LDAP_USERS: 'user01,user02'
89+
LDAP_PASSWORDS: 'password1,password2'
8990
steps:
9091
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
9192
- uses: ./.github/actions/node/oldest-maintenance-lts

docker-compose.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -179,14 +179,15 @@ services:
179179
ports:
180180
- "127.0.0.1:9201:9200"
181181
openldap:
182-
image: registry.opensuse.org/opensuse/openldap
182+
image: bitnami/openldap:latest
183183
ports:
184-
- '127.0.0.1:1389:389'
185-
- '127.0.0.1:1636:636'
184+
- '127.0.0.1:1389:1389'
185+
- '127.0.0.1:1636:1636'
186186
environment:
187-
- LDAP_DOMAIN=example.org
187+
- LDAP_ADMIN_USERNAME=admin
188188
- LDAP_ADMIN_PASSWORD=adminpassword
189-
- LDAP_CONFIG_PASSWORD=adminpassword
189+
- LDAP_USERS=user01,user02
190+
- LDAP_PASSWORDS=password1,password2
190191

191192
testagent:
192193
image: ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.33.1

0 commit comments

Comments
 (0)