ory / oathkeeper-maester

Kuberenetes CRD Controller for Ory Oathkeeper. :warning: Maintained by the community, not an official Ory project!
Apache License 2.0
33 stars 20 forks source link

Update to latest changes in oathkeeper access rule config #24

Closed piotrmsc closed 5 years ago

piotrmsc commented 5 years ago

Latest change in oathkeeper https://github.com/ory/oathkeeper/blob/master/UPGRADE.md#config-changes

Provides breaking change in the access rule format. Controller needs to be updated in order to allow saving access rule in new format, where configurations are nested in config object.

Example : https://www.ory.sh/docs/oathkeeper/pipeline/authn#configuration-6

piotrmsc commented 5 years ago

UPDATE : invalid, we do not need to update anything. GLOBAL oathkeeper config was changed.