spring-cloud / spring-cloud-config

External configuration (server and client) for Spring Cloud
Apache License 2.0
1.96k stars 1.29k forks source link

Spring Config with Vault and Git use Kubernetes authen at client #1236

Closed quangyen closed 5 years ago

quangyen commented 5 years ago

Hello! I'm setup SpringCloud Config with Vault and Git spring: application: name: configserver profiles: active: vault, git cloud: config: server: vault: order: 1 backend: secret2 kv-version: 2 host: localhost port: 8200 git: order: 2 uri: https://github.com/*** search-paths: config-git default-label: master clone-on-start: true

Greenwich.RC2 How can I use kubernetes authen at service client?
spencergibb commented 5 years ago

no, it's not available

quangyen commented 5 years ago

Thanks for your response