Skip to content

Practical usage documentation #83

@viraptor

Description

@viraptor

When using the secrets with the buildkite docker plugin, the secrets are not automatically propagated. Specifically:

    plugins:
      - docker#v3.11.0:
          image: "..."
          propagate_environment: true

will not use the secrets. Instead the developer needs to explicitly add:

          environment:
            - THE_SECRET

This is unintuitive and could use a note in the README here with an example how that interaction works.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions