文件名称:mantle:该项目是一个POC,缺乏SSL功能,不应在生产中使用
文件大小:9KB
文件格式:ZIP
更新时间:2024-05-30 23:36:33
Go
披风 Mantle是Mesosphere的Marathon实用程序的一种部署方法,该方法启用了多用户加密的JSON。 Mantle使运营团队能够将公钥传递给开发人员,以对他们的Marathon JSON POST中常见的明文ENV变量进行编码。 然后,操作团队可以使用关联的私钥进行解码,然后将其全部部署在单个实用程序中。 编译安装 go build mantle.go sudo ln -s /usr/local/bin/mantle /path/to/binary/mantle mkdir ~/.mantle touch ~/.mantle/config.yaml 配置 所有配置都通过~/.mantle/config.yaml : --- # Username associated with eyaml and key user : $your_name # This config
【文件预览】:
mantle-master
----mantle.go(14KB)
----examples()
--------example_decodeme.json(504B)
--------sallys_container.json(621B)
--------example_encodeme.json(685B)
----README.md(8KB)