Skip to content

Commit

Permalink
compile
Browse files Browse the repository at this point in the history
  • Loading branch information
eliobischof committed Nov 11, 2024
1 parent af4fd0a commit c463230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/zitadel/acceptance/grpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func OpenGRPCConnection(cfg *ConfigurationTest, key []byte) (management.Manageme
}
zitadelOptions := []zitadel.Option{
zitadel.WithPort(cfg.Port),
zitadel.WithInsecureSkipVerify(),
zitadel.WithInsecureSkipVerifyTLS(),
}
if cfg.Scheme != "https" {
zitadelOptions = append(zitadelOptions, zitadel.WithInsecure(strconv.Itoa(int(cfg.Port))))
Expand Down

0 comments on commit c463230

Please sign in to comment.