Skip to content

Secrets Variable of Wrong Type #44

Closed
@sethsaperstein

Description

@sethsaperstein

Secrets in variables is listed as list(string) but per aws documentation, the format of a secret is as follows: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_Secret.html

Thus type should be list(map(string)) since secrets is later json encoded.
Correct me if I'm using this improperly of course :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions