Hi Team ,
Having a requirement to authenticate any REST API request using vault(Hashicorp). Currently using camunda 7 as remote docker image installation of embedded spring boot project. Where we just deploy BPMNs and DMNs using REST. Below points have the description:
One set of key-value(user-password) will be stored in vault.
External project installed in same kubernetes env. will call camunda REST API having those key-value credentials in the header.
Camunda needs to fetch those same key-value and authenticate any incoming REST API request . Do not want to create user in camunda.
Please help, how can we achieve this requirment.