Skip to content

Conversation

@calebdoxsey
Copy link
Contributor

Summary

Add support for route idp_client_id and idp_client_secret. This is done with an annotation like:

ingress.pomerium.io/identity_provider_secret: idp-secret

And a corresponding secret:

apiVersion: v1
kind: Secret
type: Opaque
data:
  client_id: ''
  client_secret: ''
metadata:
  name: idp-secret
  namespace: pomerium

Related issues

Checklist

  • reference any related issues
  • updated docs
  • updated unit tests
  • updated UPGRADING.md
  • add appropriate tag (improvement / bug / etc)
  • ready for review

@calebdoxsey calebdoxsey requested a review from a team as a code owner December 9, 2025 18:40
@calebdoxsey calebdoxsey requested review from kralicky and removed request for a team December 9, 2025 18:40
@calebdoxsey calebdoxsey added the enhancement New feature or request label Dec 9, 2025
@calebdoxsey calebdoxsey merged commit 151ea0e into main Dec 11, 2025
9 checks passed
@calebdoxsey calebdoxsey deleted the cdoxsey/eng-3260-idp_client_id-per-route-for-kubernetes-ingress branch December 11, 2025 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants