应用平台 APPSTAGE-在业务代码中配置敏感配置解密:解密敏感配置

时间:2025-01-24 17:13:30

解密敏感配置

  1. 在微服务业务代码的application.yml文件中配置敏感配置项,样例如下:
    nuwa:
       security:
         config:
           sensitiveWords: spring.redis.password,org.app.protocol-login.oauth.clientSecret,org.app.jwt-key
  2. 启动敏感配置项自动解密。

    在微服务的启动类中添加@EnableStsEncryptableProperties注解。

support.huaweicloud.com/usermanual-wiseeye/appstage_04_0483.html