Skip to content

Bug 1774156: 4.2 cherry-picks in support of automated service ca rotation #577

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions servicecertsigner/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ type ServiceServingCertSignerConfig struct {

// signer holds the signing information used to automatically sign serving certificates.
Signer configv1.CertInfo `json:"signer"`

// IntermediateCertFile is the name of a file containing a
// PEM-encoded certificate. Only required if the initial CA has
// been rotated. The certificate should consist of the public key
// of the current CA signed by the private key of the previous
// CA. When included with a serving cert generated by the current
// CA, this certificate should allow clients with a stale CA bundle
// to trust the serving cert.
// +optional
IntermediateCertFile string `json:"intermediateCertFile"`
}

// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.