Hi, quick question, I assume it is intentional tha...
# talk-oathkeeper
b
Hi, quick question, I assume it is intentional that OathKeeper does not recognize the OPTIONS method if it is not handling cors itself? I have cors handling happening after Oathkeeper, but it seems OPTIONS is turned into GET, so I can't define a rule for OPTIONS either. Do I have to move cors to Oathkeeper for this to work, or is there a config setting where I can add the method? EDIT: Can be disregarded, issue is on the nginx ingress