文件名称:secret-agent:生成随机的Kubernetes机密并将其存储在Cloud Secret Manager中
文件大小:200KB
文件格式:ZIP
更新时间:2024-03-01 20:59:55
Go
secret-agent -k8s的秘密生成器和管理器 secret-agent是Kubernetes运算符,可生成ForgeRock:registered:身份平台所需的秘密。 这些机密将作为Kubernetes机密存储在集群中,也可以存储在云机密管理器中。 安装 要在Kubernetes环境中安装最新的secret-agent版本,请运行: kubectl apply -f https://github.com/ForgeRock/secret-agent/releases/latest/download/secret-agent.yaml 可以通过运行以下命令来安装特定版本的操作员: SA_VERSION=v0.1.0 kubectl apply -f https://github.com/ForgeRock/secret-agent/releases/download/ ${SA_VERSION
【文件预览】:
secret-agent-master
----.dockerignore(37B)
----go.mod(1KB)
----pkg()
--------generator()
--------k8ssecrets()
--------secretsmanager()
----main.go(4KB)
----.github()
--------workflows()
----go.sum(70KB)
----controllers()
--------webhook_cabundler.go(8KB)
--------secretagentconfiguration_controller.go(9KB)
--------suite_test.go(3KB)
----Dockerfile(2KB)
----config()
--------default()
--------crd()
--------rbac()
--------samples()
--------ha()
--------manager()
--------webhook()
----LICENSE(11KB)
----assets()
--------secretagent.png(75KB)
----PROJECT(168B)
----README.md(20KB)
----Makefile(3KB)
----api()
--------v1alpha1()
----hack()
--------boilerplate.go.txt(531B)
----.goreleaser.yml(758B)
----hooks()
--------post_push(170B)
----.gitignore(479B)