I am also working with Rafey on this, we are using a kubernetes cluster to host gluu with a couchbase backend, we have tried to update the cors filters as stated in the documents and tried to replicate a "restart" of the oxauth pod by scalling the replicas to 0 then back up [kubectl scale deployment oxauth --replicas=0 -n gluu] this resulted in no change.
Updating the cors filter via UI seems to do nothing for us, and the corsAllowedOrigins default value being a wildcard doesn't seem to be accurate as well.
Any advice is appreciated!