Adding secret vars in config.json from exernal file
Open
feature-request
- Dominant language
- Python
- Stars
- 11.1k
- Forks
- 1k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 2
Description
I suggest to be able to add secret information via external file (as in terraform).
For example, something like that in ``config.json`` :
`"environment_variables": {"authorization_token": var.secret_token }`
And for the command line :
`$chalice deploy --var-file=secret.json`
Contributor guide
Research direction
Start by locating the config.json parsing and the deploy command-line entry point. Compare the proposed environment_variables syntax with the --var-file=secret.json example, then define completion as external secret values being loaded during deployment without storing them directly in config.json.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cloud
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100