Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Allow environment for credentials in TestEntrypoint

Open
#72 0 comments 1 reaction 1 assignee View on GitHub

@ericzbeard is already working on this.

Since Oct 13, 2022.

Assessment

This issue has not been assessed yet.

Description

enhancement investigating

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"
    },
Dominant language
Python
Stars
107
Forks
46
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from aws-cloudformation/cloudformation-cli-python-plugin

All issues in aws-cloudformation/cloudformation-cli-python-plugin

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.