Skip to content

Commit

Permalink
Update cmd/spiffe-helper/config/config.go
Browse files Browse the repository at this point in the history
Co-authored-by: Faisal Memon <[email protected]>
Signed-off-by: Keegan Witt <[email protected]>
  • Loading branch information
keeganwitt and faisal-memon authored Dec 16, 2024
1 parent 59af728 commit 68a27ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/spiffe-helper/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ type Config struct {
}

type HealthCheckConfig struct {
EnableHealthCheck bool `hcl:"enable_health_check"`
HealthCheckPort int `hcl:"health_check_port"`
HealthCheckPath string `hcl:"health_check_path"`
ListenerEnabled bool `hcl:"listener_enabled"`
BindPort int `hcl:"bind_port"`
HealthPath string `hcl:"health_path"`
}

type JWTConfig struct {
Expand Down

0 comments on commit 68a27ba

Please sign in to comment.