Skip to content

Commit

Permalink
fix duplicate yaml config key
Browse files Browse the repository at this point in the history
  • Loading branch information
briangann committed Oct 12, 2022
1 parent b225d54 commit 2075697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kiosk/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ type Config struct {
IDTOKEN struct {
KeyFile string `yaml:"idtoken-keyfile" env:"KIOSK_IDTOKEN_KEYFILE" env-description:"JSON Credentials for idtoken"`
Audience string `yaml:"idtoken-audience" env:"KIOSK_IDTOKEN_AUDIENCE" env-description:"Audience for idtoken, tpyically your oauth client id"`
} `yaml:"goauth"`
} `yaml:"idtoken"`
}

0 comments on commit 2075697

Please sign in to comment.