membphis commented on code in PR #8403:
URL: https://github.com/apache/apisix/pull/8403#discussion_r1034243576
##########
conf/config-default.yaml:
##########
@@ -123,6 +123,13 @@ apisix:
# ip: 127.0.0.1
# port: 9090
disable_sync_configuration_during_start: false # safe exit. Remove this
once the feature is stable
+ data_encryption: # use `encrypted = {fields}` in plugin
schema to enable encryption
+ enable: false # if not set, the default value is `false`.
+ keyring:
+ - edd1c9f0985e76a2 # If not set, will save origin value into
etcd.
Review Comment:
we should use a different key
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]