update java version in ldap auth docs (#15234)

This commit is contained in:
Shin-ichi Hashiba 2024-02-18 02:29:24 +09:00 committed by GitHub
parent bc34eac98b
commit 95ff5620a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ In `docker/docker-compose-quickstart/docker-compose.yml` file configure the volu
For docker container to access cacerts, copy the cacerts to `docker/ldap/config` and add the path in volumes.
```shell
volumes:
- docker/ldap/config/cacerts:/usr/lib/jvm/java-11-openjdk/lib/security/cacerts
- docker/ldap/config/cacerts:/usr/lib/jvm/java-17-openjdk/lib/security/cacerts
```
### **Using CustomTrustStore**
@ -41,7 +41,7 @@ Create a docker file and add the following details based on the `truststoreConfi
For docker container to access cacerts, copy the cacerts to `docker/ldap/config` as shown below.
```shell
FROM docker.getcollate.io/openmetadata/server:0.13.2
COPY docker/ldap/config/cacerts /usr/lib/jvm/java-11-openjdk/lib/security/cacerts
COPY docker/ldap/config/cacerts /usr/lib/jvm/java-17-openjdk/lib/security/cacerts
```
### **Using CustomTrustStore**

View File

@ -22,7 +22,7 @@ In `docker/docker-compose-quickstart/docker-compose.yml` file configure the volu
For docker container to access cacerts, copy the cacerts to `docker/ldap/config` and add the path in volumes.
```shell
volumes:
- docker/ldap/config/cacerts:/usr/lib/jvm/java-11-openjdk/lib/security/cacerts
- docker/ldap/config/cacerts:/usr/lib/jvm/java-17-openjdk/lib/security/cacerts
```
### **Using CustomTrustStore**
@ -41,7 +41,7 @@ Create a docker file and add the following details based on the `truststoreConfi
For docker container to access cacerts, copy the cacerts to `docker/ldap/config` as shown below.
```shell
FROM docker.getcollate.io/openmetadata/server:0.13.2
COPY docker/ldap/config/cacerts /usr/lib/jvm/java-11-openjdk/lib/security/cacerts
COPY docker/ldap/config/cacerts /usr/lib/jvm/java-17-openjdk/lib/security/cacerts
```
### **Using CustomTrustStore**