github.com/nginxinc/kubernetes-ingress@v1.12.5/examples-of-custom-resources/jwt/jwt.yaml (about) 1 apiVersion: k8s.nginx.org/v1 2 kind: Policy 3 metadata: 4 name: jwt-policy 5 spec: 6 jwt: 7 realm: MyProductAPI 8 secret: jwk-secret 9 token: $http_token