Skip to content

Commit

Permalink
Define 'redis_server.insecure-skip-verify' flag in 'rekor-server' to …
Browse files Browse the repository at this point in the history
…allow skipping TLS verification

Signed-off-by: Mihkel Pärna <[email protected]>
  • Loading branch information
mihkelparna1 committed Feb 6, 2024
1 parent 8209440 commit fe9b0a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/rekor-server/app/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ Memory and file-based signers should only be used for testing.`)
rootCmd.PersistentFlags().String("redis_server.address", "127.0.0.1", "Redis server address")
rootCmd.PersistentFlags().Uint16("redis_server.port", 6379, "Redis server port")
rootCmd.PersistentFlags().String("redis_server.password", "", "Redis server password")
rootCmd.PersistentFlags().Bool("redis_server.insecure-skip-verify", false, "Whether to skip TLS verification or not")

rootCmd.PersistentFlags().Bool("enable_attestation_storage", false, "enables rich attestation storage")
rootCmd.PersistentFlags().String("attestation_storage_bucket", "", "url for attestation storage bucket")
Expand Down

0 comments on commit fe9b0a5

Please sign in to comment.