Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example for common usage with ingress-nginx #93

Open
rufreakde opened this issue Apr 27, 2023 · 1 comment
Open

Example for common usage with ingress-nginx #93

rufreakde opened this issue Apr 27, 2023 · 1 comment

Comments

@rufreakde
Copy link

rufreakde commented Apr 27, 2023

Hi,
since this module is solving an crucial gap specifically for the nginx community I was thinking it might make sense to add a simplistic example configuration somewhere how to configure it open source kubernetes community projects like for
example https://github.com/kubernetes/ingress-nginx

Maybe with snippet:

nginx.ingress.kubernetes.io/configuration-snippet: |

or:
https://kubernetes.github.io/ingress-nginx/examples/customization/custom-configuration/ or differently?

I am a total beginner here.

If I would try to configure INGRESS-NGINX today I would be kind of lost how to start.

My IDP exposes

"jwks_uri": "https://<IDP>/oauth2/certs",

uri content:

{
  "keys": [
    {
      "kty": "RSA",
      "x5t#S256": "xxxxxx",
      "e": "AQAB",
      "use": "sig",
      "kid": "xxxxxxx",
      "x5c": [
        "xxxxxxxxxxxxxx"
      ],
      "alg": "RS256",
      "n": "xxxxxxxxxxxxxx"
    }
  ]
}
@rufreakde rufreakde changed the title Request for an example for common usage Example for common usage with ingress-nginx Apr 27, 2023
@JoshMcCullough
Copy link
Contributor

Hi. I think you're right, it would make sense to add a few config examples, and one using Kubernetes-NGINX-ingress seems reasonable. Thanks for the request, we'll try to get to it unless someone else is kind enough to provide one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants