credentials-refresher

所属分类:CA认证
开发工具:Clojure
文件大小:5KB
下载次数:0
上传日期:2020-11-10 07:35:39
上 传 者sh-1993
说明:  AWS的ADFS凭据刷新器
(ADFS credentials refresher for the AWS)

文件列表:
Makefile (221, 2020-11-10)
deps.edn (426, 2020-11-10)
pom.xml (1555, 2020-11-10)
src (0, 2020-11-10)
src\credentials_refresher (0, 2020-11-10)
src\credentials_refresher\core.clj (3011, 2020-11-10)
src\credentials_refresher\credentials.clj (938, 2020-11-10)
src\credentials_refresher\saml.clj (3708, 2020-11-10)

# Credentials refresher ## Install Clone from the repo ``` git clone https://github.com/tom***/credentials-refresher.git ``` Install to local repository: ``` make install ``` Add to ~/.lein/profiles.clj new entry: ```clojure :credentials-refresher {:dependencies [[credentials-refresher/credentials-refresher "0.1.0"]] :injections [(require 'credentials-refresher.core) (credentials-refresher.core/start!)]} ``` # Configuration Use the following environment variables: - `CR_EMAIL` - `CR_PASSWORD` - `CR_ROLE` Now if you start the lein repl with `+credentials-refresher` it will automatically log you in and refresh the token in the background.

近期下载者

相关文件


收藏者