Skip to content

Commit

Permalink
add testclient, fix log, fix dds
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmshsh committed Aug 16, 2023
1 parent 93bae5f commit 1be7f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/app/dubbo-cp/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ var DefaultConfig = func() Config {
Security: security.SecurityConfig{
CaValidity: 30 * 24 * 60 * 60 * 1000,
CertValidity: 1 * 60 * 60 * 1000,
IsTrustAnyone: true,
IsTrustAnyone: false,
EnableOIDCCheck: true,
ResourcelockIdentity: config.GetStringEnv("POD_NAME", config.GetDefaultResourcelockIdentity()),
WebhookPort: 30080,
Expand Down

0 comments on commit 1be7f12

Please sign in to comment.