Skip to content

OIDC source type #53

@guicassolato

Description

@guicassolato

Add OIDC source type to the AccessPolicy API.

E.g.:

apiVersion: agentic.networking.x-k8s.io/v1alpha1
kind: XAccessPolicy
spec:
  targetRefs: […]
  rules:
  - source:
      type: OIDC
      oidc:
        issuerUrl: auth-server.example.com

Proposed in: Dynamic Auth (0017)

Notes for the implementation

Modify the global injection of Envoy's JWT filter.

  • Before: based always on the static issuer URL discovered from the cluster OIDC configuration

  • After: Issuer URL overridden per-route whenever an OIDC-enabled AccessPolicy affects the route

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions