Skip to content

Commit

Permalink
Add deprecation comment
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Harding <[email protected]>
  • Loading branch information
azdagron committed Aug 26, 2022
1 parent 2a496b5 commit c681e52
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions cmd/spire-server/cli/run/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,11 @@ type serverConfig struct {
LogFile string `hcl:"log_file"`
LogLevel string `hcl:"log_level"`
LogFormat string `hcl:"log_format"`
OmitX509SVIDUID *bool `hcl:"omit_x509svid_uid"`
RateLimit rateLimitConfig `hcl:"ratelimit"`
SocketPath string `hcl:"socket_path"`
TrustDomain string `hcl:"trust_domain"`
// Deprecated: remove in SPIRE 1.6.0
OmitX509SVIDUID *bool `hcl:"omit_x509svid_uid"`
RateLimit rateLimitConfig `hcl:"ratelimit"`
SocketPath string `hcl:"socket_path"`
TrustDomain string `hcl:"trust_domain"`

ConfigPath string
ExpandEnv bool
Expand Down

0 comments on commit c681e52

Please sign in to comment.