Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

LDAP bind credential fix for openldap stack #297

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/customization/add_demo.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Please keep in mind that a demo requires a stack to run on.
Have a look at the chapter xref:customization/add_stack.adoc[] on how to create your own stack.

== 1. Create a demos.yaml
For a custom demo you need to create a `mycorp-demos.yaml` containing demos according to the format defined by https://github.com/stackabletech/stackablectl/blob/main/demos/demos-v1.yaml[the Stackable provided demos].
For a custom demo you need to create a `mycorp-demos.yaml` containing demos according to the format defined by https://github.com/stackabletech/stackablectl/blob/main/demos/demos-v2.yaml[the Stackable provided demos].

As of writing a `demos.yaml` file could look as follows:

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/customization/add_stack.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Please keep in mind that a stack requires a release to run on.
In the most cases the stackable provided release should work absolutely fine, but you can also have a look at the chapter xref:customization/add_release.adoc[] on how to create your own release.

== 1. Create a stacks.yaml
For a custom stack you need to create a `mycorp-stacks.yaml` containing stacks according to the format defined by https://github.com/stackabletech/stackablectl/blob/main/stacks/stacks-v1.yaml[the Stackable provided stacks].
For a custom stack you need to create a `mycorp-stacks.yaml` containing stacks according to the format defined by https://github.com/stackabletech/stackablectl/blob/main/stacks/stacks-v2.yaml[the Stackable provided stacks].

As of writing a `stacks.yaml` file could look as follows:

Expand Down
Binary file added stacks/.DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions stacks/authentication/openldap-tls-authenticationclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
searchBase: ou=users,dc=example,dc=org
# The bind credentials are used so an application can bind to the LDAP server
bindCredentials:
secretClass: ldap-bind-credentials
secretClass: openldap-bind-credentials
port: 1636
tls:
verification:
Expand Down Expand Up @@ -39,4 +39,4 @@ metadata:
stringData:
# User and password are defined in the OpenLDAP StatefulSet
user: cn=ldapadmin,dc=example,dc=org
password: ldapadminpassword
password: ldapadminpassword