keps/sig-auth/1393-oidc-discovery/kep.yaml (36 lines of code) (raw):
title: Service Account signing key retrieval
kep-number: 1393
authors:
- "@mikedanese"
- "@cceckman"
- "@mtaufen"
owning-sig: sig-auth
participating-sigs:
- sig-auth
reviewers:
- "@liggitt"
- "@enj"
- "@micahhausler"
- "@ericchiang"
approvers:
- "@liggitt"
- "@enj"
- "@micahhausler"
- "@ericchiang"
editor: TBD
creation-date: 2018-06-26
last-updated: 2020-01-25
status: implemented
replaces:
- "https://github.com/kubernetes/community/pull/2314/"
# The target maturity stage in the current dev cycle for this KEP.
stage: stable
# The most recent milestone for which work toward delivery of this KEP has been
# done. This can be the current (upcoming) milestone, if it is being actively
# worked on.
latest-milestone: "v1.21"
# The milestone at which this feature was, or is targeted to be, at each stage.
milestone:
alpha: "v1.18"
beta: "v1.20"
stable: "v1.21"
# The following PRR answers are required at alpha release
# List the feature gate name and the components for which it must be enabled
feature-gates:
- name: ServiceAccountIssuerDiscovery
components:
- kube-apiserver
disable-supported: false