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

pass through additional secret outputs from the provider schema #526

Merged
merged 4 commits into from
Nov 16, 2023

Commits on Nov 16, 2023

  1. pass through additional secret outputs from the provider schema

    Currently when the provider marks any outputs as secrets, the yaml
    language provider does not forward that information to the engine.
    
    Read the secret outputs from the schema and append them as additional
    secret outputs to tell the engine what needs to be kept secret.
    tgummerer committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    bd7e9de View commit details
    Browse the repository at this point in the history
  2. add changelog

    tgummerer committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    00a34a3 View commit details
    Browse the repository at this point in the history
  3. add test

    tgummerer committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    5e0218d View commit details
    Browse the repository at this point in the history
  4. make linter happy

    tgummerer committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    18b7a32 View commit details
    Browse the repository at this point in the history