1
optional 2020-06-30 16:20:09 +08:00
理论上说证书不泄露问题不大。
但是谁不把它放在防火墙后面,出问题谁背锅。 |
2
ghostheaven OP @optional 那我就放心了,用的是 serverless 的集群,API 服务是通过负载均衡暴露出来的。
|
3
joesonw 2020-06-30 18:38:14 +08:00
@optional AWS 的做法感觉更好, 用的 aws 自己的认证 cli, 然后生成临时 token 用于访问.
- name: arn:aws:eks:xxxx:cluster/yyy user: exec: apiVersion: client.authentication.k8s.io/v1alpha1 args: - token - -i - prod command: aws-iam-authenticator env: null |
4
allposs 2020-07-02 14:12:28 +08:00
可以对 api 的访问进行鉴权,可以了解一下 AuthN/AuthZ
|