datarevenue-berlin / OpenMLOps

MIT License
695 stars 101 forks source link

[WIP] Proposal make oathkeeper fully configurable #96

Open kayibal opened 2 years ago

kayibal commented 2 years ago

This way we can support custom services while keeping ory as part of OML.

This is just a quick proposal to outline the changes needed for this to be supported.

Basically instead of templating yaml files we handle everything in HCL allowing us to accept overrides and additional access rules from outside. This way the ORY module is more reusable and OML just merges user provided configuration with it's own configuration.