ingress-controller icon indicating copy to clipboard operation
ingress-controller copied to clipboard

Pomerium Kubernetes Ingress Controller

Results 46 ingress-controller issues
Sort by recently updated
recently updated
newest added

## What happened? I am receiving the following event on the Ingress: ``` parsing ingress: annotations: proto: (line 1:83): invalid google.protobuf.Duration value "2m" ``` ## What did you expect to...

**Is your feature request related to a problem? Please describe.** currently we support referencing external token from a Secret. https://github.com/pomerium/ingress-controller/blob/9a75ad2bc4716f0c54d1cbc6da8101b1359434ec/model/ingress_config.go#L40-L43 This is [no longer a recommended method since Kubernetes 1.22](https://kubernetes.io/docs/reference/access-authn-authz/service-accounts-admin/#manual-secret-management-for-serviceaccounts):...

This PR updates the Pomerium Core to the latest commit in main

ci

Bumps the k8s group with 3 updates in the / directory: [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver), [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) and [sigs.k8s.io/controller-tools](https://github.com/kubernetes-sigs/controller-tools). Updates `k8s.io/apiextensions-apiserver` from 0.30.0 to 0.31.1 Commits b68c0dd Update dependencies to v0.31.1 tag 67f4a1d informers:...

dependencies
go

## What happened? IC: Warning:` 'commonLabels' is deprecated` after installing IC. ## What did you expect to happen? ## How'd it happen? 1. Ran `kubectl apply -k github.com/pomerium/ingress-controller/config/default\?ref=v0.27.1` Logs ```...

bug

## What happened? Allow websockets annotation does not seem to work when added to an ingress. ## What did you expect to happen? websockets work. ## How'd it happen? 1....