Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

Add configurable options #1

Merged
merged 4 commits into from
Nov 6, 2018
Merged

Add configurable options #1

merged 4 commits into from
Nov 6, 2018

Conversation

mskims
Copy link
Contributor

@mskims mskims commented Nov 6, 2018

AWS 시크릿 키를 설정할 수 있는 configure 함수 추가.

해당 함수를 호출하지 않거나, None 값을 넘겨줄경우 기존처럼 환경변수를 불러와 사용하게 됨

from ridi import secret_keeper
 secret_keeper.configure(
    aws_access_key="YOUR_ACCESS_KEY_ID",
    aws_secret_key="YOUR_SECRET_ACCESS_KEY",
    aws_region="us-east-1",
)

@mskims mskims requested a review from iamchanu November 6, 2018 07:32
@mskims mskims merged commit 207500e into master Nov 6, 2018
@mskims mskims deleted the dev/config-module branch November 6, 2018 08:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants