dhiaayachi / temporal

Temporal service
https://docs.temporal.io
MIT License
0 stars 0 forks source link

Add dynamic config to toggle build ID based versioning #378

Open dhiaayachi opened 2 weeks ago

dhiaayachi commented 2 weeks ago
dhiaayachi commented 2 days ago

Thank you for your feature requests! We appreciate your input and will consider them for future releases.

Here are some workarounds you can use in the meantime:

We hope this helps!

dhiaayachi commented 2 days ago

Thank you for your feature requests. We appreciate your feedback.

Currently, there's no built-in option to disable BuildID matching or CRUD endpoints, but you can achieve similar functionality using these workarounds:

We'll take these feature requests into consideration for future development. Please let us know if you have any other questions or requests.

dhiaayachi commented 2 days ago

Thank you for your feature requests. We appreciate your feedback and are always looking for ways to improve Temporal.

Regarding the disabling of build ID matching:

We understand the need for this feature. Currently, there is no direct flag to disable build ID matching. As a workaround, you can try using a different workflow ID for each execution, which would prevent matching based on build ID.

Regarding the disabling of BuildID CRUD endpoints:

We appreciate this request. Currently, there is no flag to disable the BuildID CRUD endpoints. You can use a more restrictive authorization scheme on your Temporal cluster, such as a custom authorization provider, to restrict access to specific resources, such as build ID endpoints. See this page for more information on authorization.