Skip to content

Commit 7652f12

Browse files
Switch off PQ auth in local binary config (#5442)
1 parent ed41e06 commit 7652f12

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

ydb/deploy/local_binary/linux/config/disk.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ grpc_config:
66
port: 2136
77
monitoring_config:
88
monitoring_port: 8765
9+
pqconfig:
10+
check_acl: false
11+
require_credentials_in_new_protocol: false

ydb/deploy/local_binary/linux/config/drive.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ grpc_config:
66
port: 2136
77
monitoring_config:
88
monitoring_port: 8765
9+
pqconfig:
10+
check_acl: false
11+
require_credentials_in_new_protocol: false

ydb/deploy/local_binary/linux/config/ram.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ domains_config:
3131
- 1
3232
nto_select: 1
3333
ssid: 1
34+
pqconfig:
35+
check_acl: false
36+
require_credentials_in_new_protocol: false
3437
actor_system_config:
3538
executor:
3639
- name: System

0 commit comments

Comments
 (0)