Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

Allow environment for credentials in TestEntrypoint

Đang mở
#72 0 bình luận 1 reaction 1 người được giao Xem trên GitHub

@ericzbeard đang làm issue này rồi.

Từ ngày 13/10/2022.

Đánh giá

Issue này chưa được đánh giá.

Mô tả

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"
    },
Ngôn ngữ chính
Python
Star
107
Fork
46
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của aws-cloudformation/cloudformation-cli-python-plugin

Tất cả issue của aws-cloudformation/cloudformation-cli-python-plugin

Issue tương tự

Thêm issue về Python

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.