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

Including an internal-frontend service with auth enabled #571

Commits on Sep 30, 2024

  1. Including an internal-frontend service with auth enabled

    When the Authorization's authorizer is a non-default value, this will
    automatically include the "internal-frontend" service. Without this,
    when you enable JWT based authorization, the worker service will fail
    repeatedly with an authorization failure.
    
    This pretty much follows the instructions in the release notes for 1.20:
    https://github.com/temporalio/temporal/releases/tag/v1.20.0
    
    NOTE: I have not tested this with mTLS.
    dleblanc committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    4553162 View commit details
    Browse the repository at this point in the history
  2. Added notes to the readme

    dleblanc committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    3e56fe0 View commit details
    Browse the repository at this point in the history