if I put my oathkeeper rules in an HTTP:// url, ho...
# ory-selfhosting
s
if I put my oathkeeper rules in an HTTP:// url, how can I ask oathkeeper to re-read the contents of the URL if it changes? I cannot see a reload API request. There have been some discussions about this but I cannot see any definitive answer. https://archive.ory.sh/t/15885395/under-what-conditions-does-oathkeeper-reload-access-rules-fr https://community.ory.sh/t/oathkeeper-rule-management/1420 https://github.com/ory/oathkeeper/discussions/659
r
Reload from HTTP ist not implemented at this time.
s
ok, thanks for a definitive answer, even if it was not the one i wanted.
n
You might try to work with the Oathkeeper Maester, which acts like a controller that can force a reload of Oathkeeper rules and files from file changes. Then you could hook something to the volume you assign in Kubernetes or Docker to trigger the change.