Hi Ory Team,
Need some info please. We are evaluating OathKeeper. Does OathKeeper support dynamically configuring (programmatically creating/deleting using it's API) rules whenever we want via our custom microservice?
We have a microservice that creates jwt token & some payloads for letting external services to send data to our backend data collection microservice. We want to use OathKeeper to verify the connection of external service using the temporary jwt token & then route the call to the target end-point. After data exchange task is done by external service & our backend service, we want to remove the temporary jwt token & end-point url from oathkeeper. Can this be achieved dynamically?