Adds support for spring-ldap

Resolves #12

Signed-off-by: Emily Casey <ecasey@pivotal.io>
This commit is contained in:
Emily Casey
2020-06-02 16:36:03 -04:00
parent 3296874ce3
commit 2b45fffefd
5 changed files with 136 additions and 1 deletions

View File

@@ -105,6 +105,17 @@ Disable Property: `org.springframework.cloud.bindings.boot.kafka.enable`
| `spring.kafka.producer.bootstrap-servers` | `{secret/producer.bootstrap-servers}`
| `spring.kafka.streams.bootstrap-servers` | `{secret/streams.bootstrap-servers}`
### LDAP
Kind: `LDAP`
Disable Property: `org.springframework.cloud.bindings.boot.ldap.enable`
| Property | Value
| -------- | ------------------
| `spring.ldap.base` | `{secret/base}`
| `spring.ldap.password` | `{secret/password}`
| `spring.ldap.urls` | `{secret/urls}`
| `spring.ldap.username` | `{secret/username}`
### MongoDB
Kind: `MongoDB`
Disable Property: `org.springframework.cloud.bindings.boot.mongodb.enable`