Skip to content

Commit

Permalink
[MD] Support local cluster by default (#5811)
Browse files Browse the repository at this point in the history
* Support local cluster by default

Signed-off-by: Xinrui Bai <[email protected]>

* Update log file

Signed-off-by: Xinrui Bai <[email protected]>

* Skip changelog file updating

Signed-off-by: Xinrui Bai <[email protected]>

---------

Signed-off-by: Xinrui Bai <[email protected]>
  • Loading branch information
xinruiba authored Feb 6, 2024
1 parent 510c759 commit 1eb2f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/data_source/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const WRAPPING_KEY_SIZE: number = 32;

export const configSchema = schema.object({
enabled: schema.boolean({ defaultValue: false }),
defaultCluster: schema.boolean({ defaultValue: false }),
defaultCluster: schema.boolean({ defaultValue: true }),
encryption: schema.object({
wrappingKeyName: schema.string({
minLength: KEY_NAME_MIN_LENGTH,
Expand Down

0 comments on commit 1eb2f8b

Please sign in to comment.