While connecting my postgres rds instance to the camunda container. An exception is being thrown the authentication type 10 is not supported.
Camunda image version is 7.23.0
and the env variables are
env:
- name: DB_DRIVER
value: org.postgresql.Driver - name: DB_POOL_SIZE
value: “20” - name: DB_MAX_WAIT
value: “30000” - name: DB_MIN_IDLE
value: “5” - name: DB_USERNAME
value: user - name: DB_PASSWORD
value: password - name: DB_URL
value: jdbc:postgresql://db:5432/process_engine