应用平台 APPSTAGE-解密敏感配置:解密敏感配置

时间:2024-09-04 18:28: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-appstage/appstage_04_0483.html