Results 20 issues of Caleb Doxsey

Not sure if it's on your road map but source maps would be nice. Competing tools already support them: - https://www.npmjs.com/package/clean-css - https://github.com/mishoo/UglifyJS2 Personally I don't care so much about...

low priority

## Summary Update the envoy config for outbound gRPC requests so that the authority header gets rewritten to match the cluster's destination address. ## Related issues Fixes https://github.com/pomerium/pomerium/issues/3505 ## User...

bug

**Is your feature request related to a problem? Please describe.** The various internal service URLs seem to cause a lot of problems, ala https://github.com/pomerium/pomerium/pull/3279. They were introduced with https://github.com/pomerium/internal/issues/658. I...

blocked
NeedsProposal

The Onelogin API supports incremental API querying via the `updated_since` parameter on the list users endpoint. We should take advantage of this to avoid having to re-query the full dataset...

blocked
enhancement

**Is your feature request related to a problem? Please describe.** Pomerium sometimes sits behind a TLS-terminating load balancer which enforces client certificates for mTLS. If Pomerium needs to enforce authentication/authorization...

enhancement

## Summary Refactor forward auth so it no longer lives in pomerium core. ## Related issues ## Checklist - [ ] reference any related issues - [ ] updated docs...

**Is your feature request related to a problem? Please describe.** Sometimes a route needs a small, static response. For example the process for domain validation is to return a well-defined...

NeedsDecision
NeedsDiscussion

## What happened? Using the `main` branch, the authorize service is no longer returning an error page in the browser for access denied. Instead there's a JSON object returned: ```json...

## What happened? It appears that setting a custom claim on the access token in auth0 does not work when passed through. A custom script in auth0: ``` api.accessToken.setCustomClaim("abc", ["hehe","haha"]);...

NeedsInvestigation

**Is your feature request related to a problem? Please describe.** It would be nice if Pomerium could pick up the standard environment variables used for proxies: https://pkg.go.dev/net/http#ProxyFromEnvironment, and configure envoy...

enhancement