Skip to content

[RFC] Authenticate in-cluster HTTP traffic - #6032

Draft
stefanprodan wants to merge 1 commit into
mainfrom
rfc-http-auth
Draft

[RFC] Authenticate in-cluster HTTP traffic#6032
stefanprodan wants to merge 1 commit into
mainfrom
rfc-http-auth

Conversation

@stefanprodan

Copy link
Copy Markdown
Member

This RFC proposes a unified authentication mechanism for all in-cluster HTTP traffic between Flux components, based on Kubernetes bound service account tokens. Clients send a projected, audience-scoped token with each request, and
servers verify it using the Kubernetes TokenReview API, accepting only service accounts from the trusted flux-system namespace.

@stefanprodan stefanprodan added the area/rfc Feature request proposals in the RFC format label Aug 7, 2026
@stefanprodan
stefanprodan force-pushed the rfc-http-auth branch 2 times, most recently from ad97ff1 to a03e0f7 Compare August 7, 2026 18:36
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/rfc Feature request proposals in the RFC format

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant