如何使用Vault和AWS s3后端配置复合Spring Cloud配置服务器?

问题描述

我正在尝试将Spring Cloud Config Server配置为使用AWS s3和Vault作为后端,但无法对其进行管理。这是配置它的正确方法吗?

  spring:
      application:
        name: application
      cloud:
        config:
          server:
            composite:
              - type: awss3
                 bucket: test-345
                 region: eu-west-1
                order: 1
              - type: vault
                 order: 2
                 scheme: https
                 port: 443
                 host: ${VAULT_HOST}
                 kvVersion: 2
                 backend: ${secret}
                 profile-separator: /
                 skip-ssl-validation: true
      profiles:
        active: composite

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)