文件名称:凭据:用于多种环境的加密和纯文本凭据
文件大小:9KB
文件格式:ZIP
更新时间:2024-02-26 17:06:47
ruby rails ruby-gem credentials RailsRuby
Creds 在多个环境中管理加密的凭据(在Rails 5.2.0中添加)。 安装 可作为宝石 用法 使用Rails命令,通过生成新的加密文件 bin/rails encrypted:edit config/credentials/production.yml.enc --key config/credentials/production.key 在打开的编辑器中添加一些内容(请注意,没有环境根密钥,即没有production ): aws_access_key_id : my-access-key-id 如果config/credentials/production.key尚不存在,请运
【文件预览】:
creds-master
----.gitignore(73B)
----bin()
--------setup(131B)
--------console(340B)
----LICENSE.txt(1KB)
----.github()
--------workflows()
----README.md(3KB)
----lib()
--------creds()
--------creds.rb(992B)
----Gemfile(90B)
----creds.gemspec(1KB)
----Rakefile(198B)
----test()
--------test_helper.rb(103B)
--------creds_test.rb(3KB)
--------fixtures()
----Gemfile.lock(613B)