Skip to content

Commit

Permalink
Update internal/conf/configuration.go
Browse files Browse the repository at this point in the history
  • Loading branch information
J0 authored Mar 5, 2024
1 parent f1fc024 commit cb2bee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/conf/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ type ExtensibilityPointConfiguration struct {
URI string `json:"uri"`
Enabled bool `json:"enabled"`
HookName string `json:"hook_name"`
// We use : as a separator for keys and ; as a separator for keys within a keypair. For instance: v1,whsec_test|v1a,whpk_myother;v1a,whsk_testkey
// We use | as a separator for keys and : as a separator for keys within a keypair. For instance: v1,whsec_test|v1a,whpk_myother:v1a,whsk_testkey|v1,whsec_secret3
HTTPHookSecrets []string `json:"secrets" envconfig:"secrets"`
}

Expand Down

0 comments on commit cb2bee1

Please sign in to comment.