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

consul/connect: enable configuring custom gateway task #9639

Merged
merged 5 commits into from
Dec 17, 2020
Merged

Commits on Dec 17, 2020

  1. consul/connect: enable configuring custom gateway task

    Add the ability to configure the Task used for Connect gateways,
    similar to how sidecar Task can be configured.
    
    The implementation here simply re-uses the sidecar_task stanza,
    and now gets applied whether connect.sidecar_service or
    connect.gateway is the thing being defined. In retrospect,
    connect.sidecar_task could have been more generically named
    like connect.task to make it a little more re-usable.
    
    Closes #9474
    shoenig committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    81d82dc View commit details
    Browse the repository at this point in the history
  2. docs: gateway task docs changes

    Co-authored-by: Tim Gross <tgross@hashicorp.com>
    shoenig and tgross committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    7c98547 View commit details
    Browse the repository at this point in the history
  3. docs: gateway task docs changes

    Co-authored-by: Tim Gross <tgross@hashicorp.com>
    shoenig and tgross committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    fe91f37 View commit details
    Browse the repository at this point in the history
  4. docs: gateway task docs changes

    Co-authored-by: Tim Gross <tgross@hashicorp.com>
    shoenig and tgross committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    5adcfc4 View commit details
    Browse the repository at this point in the history
  5. docs: improve gateway docs

    shoenig committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    ac24722 View commit details
    Browse the repository at this point in the history