temporalio / sdk-java

Temporal Java SDK
https://temporal.io
Apache License 2.0
221 stars 147 forks source link

Allow for API key authentication instead of mTLS in Spring Boot Autoconfigure #2289

Open chriso153 opened 1 month ago

chriso153 commented 1 month ago

Is your feature request related to a problem? Please describe. We are using API keys to connect to Temporal Cloud. There is no way to do this with configuration options. Instead, we have to write a customizer.

Describe the solution you'd like Add another configuration option for API key and automatically configure the service stubs to use API key authentication.

Describe alternatives you've considered Keep writing a customizer