Denis Mishin
Denis Mishin
we currently recommend using manifests + CRD deployment method, where you may use `kustomize` for all your customization needs - please see https://www.pomerium.com/docs/k8s/quickstart
Caching need be enforced. It's currently possible to pass via jwksClientOptions, but I think it should be enabled by default. https://www.npmjs.com/package/jwks-rsa#caching
> 1. Is this intended for Node Servers or Client Side SPA applications or both? both > 4. What data is the user expected to input for the utility class...
https://discuss.pomerium.com/t/kubernetes-ingress-multiple-idp/155/3
from discussion - this may solve problem with exploding claims - i.e. 10K groups get propagated to the JWT. Or maybe some apps may only care about certain groups with...
@branchmispredictor could you please describe your deployment situation in a bit more details? - is your deployment static or you happen to spin a lot of containers dynamically? - is...
We apologize for the inconvenience, but the Helm chart for this project has become quite large due to the inclusion of many config options related to Kubernetes deployments. As an...
1. did you set up Prometheus to scrape your Pomerium Core instances? https://docs.pomerium.com/docs/capabilities/metrics 2. this error appears when you did not provide `prometheus_url` for the external prometheus instance to run...
@okgolove unfortunately, this Helm chart has too many options already. As noted in the README, we are only maintaining the helm chart, meaning no new features / options. We currently...
One way to investigate is to configure pomerium to use Postgres databroker backend. Then look for the contents of pomerium.records table that have "Session" in type column. Next look for...