Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow environment for credentials in TestEntrypoint #72

Open
benbridts opened this issue Dec 14, 2019 · 0 comments
Open

Allow environment for credentials in TestEntrypoint #72

benbridts opened this issue Dec 14, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request investigating

Comments

@benbridts
Copy link
Contributor

benbridts commented Dec 14, 2019

Currently I have to pass credentials to the TestEntryPoint by defining it in the event:

{
    "credentials": {
        "accessKeyId": "...",
        "secretAccessKey": "...",
        "sessionToken": "..."
    },
...

It would be nice if I could write something like:

{
    "credentials": {
        "credential_source": "Environment"
    },

that would make the _parse_test_requests function get the credentials from the environment. Another option could be the support something like this, that would use a specific profile:

{
    "credentials": {
        "credential_source": "Profile",
        "profile_name": "my-dev-profile"
    },
@johnttompkins johnttompkins added the enhancement New feature or request label Sep 3, 2020
@ericzbeard ericzbeard self-assigned this Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request investigating
Projects
None yet
Development

No branches or pull requests

4 participants