Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

支持配置加密功能 #1165

Closed
SkyeBeFreeman opened this issue Oct 12, 2023 · 0 comments · Fixed by #1181, #1182, #1183 or #1184
Closed

支持配置加密功能 #1165

SkyeBeFreeman opened this issue Oct 12, 2023 · 0 comments · Fixed by #1181, #1182, #1183 or #1184
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@SkyeBeFreeman
Copy link
Collaborator

  1. 添加properties读取,配置加密选项
  2. 生效加密配置

polaris-java的配置如下:

config:
  # 配置过滤器
  configFilter:
    enable: true
    chain:
      # 启用配置解密插件
      - crypto
    plugin:
      crypto:
        # 配置解密插件的算法插件类型
        type: AES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment