Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.

Add remote data encoder support. #425

Merged
merged 1 commit into from
Feb 15, 2022
Merged

Conversation

robholland
Copy link
Contributor

What was changed

Added support for remote data encoders. This is a new API currently under review at temporalio/sdk-go#717. This PR should not be merged until the SDK PR is merged.

For this first iteration only basic auth is supported via https://user:[email protected], oauth for the remote encoder is not supported.

Why?

This allows the web UI to make use of a shared remote encoder rather than needing to run tctl dc web command locally. In this deployment model developers don't need to use the tctl plugin system or have access to the encryption keys on their development machine.

Checklist

  1. How was this tested:
    Tested on my integration branch of backgroud-checks which has a full encryption data converter setup for a sample Temporal application.

  2. Any docs updates needed?
    Yes, documentation will be needed to explain how to deploy such a system.

@robholland robholland merged commit f2cd89d into master Feb 15, 2022
@robholland robholland deleted the rh-remote-dataconverter branch February 15, 2022 11:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants