tls_derive: rename for consistency (#3905)

rename for consistency with other tls options
This commit is contained in:
Denis Mishin 2023-01-17 17:04:26 -05:00 committed by GitHub
parent 1ca03bbc19
commit ab430624f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -166,7 +166,7 @@ type Options struct {
// DeriveInternalDomainCert is an option that would derive certificate authority // DeriveInternalDomainCert is an option that would derive certificate authority
// and domain certificates from the shared key and use them for internal communication // and domain certificates from the shared key and use them for internal communication
DeriveInternalDomainCert *string `mapstructure:"derive_tls" yaml:"derive_tls,omitempty"` DeriveInternalDomainCert *string `mapstructure:"tls_derive" yaml:"tls_derive,omitempty"`
// SigningKey is the private key used to add a JWT-signature to upstream requests. // SigningKey is the private key used to add a JWT-signature to upstream requests.
// https://www.pomerium.com/docs/topics/getting-users-identity.html // https://www.pomerium.com/docs/topics/getting-users-identity.html