-
Notifications
You must be signed in to change notification settings - Fork 186
Open
Description
Expected Behavior
Per the documentation, the SDKs should read the toml config file on a mac from $HOME/Library/Application Support/temporal/temporal.toml. However this path is not being read (the Linux path is being read instead ~/.config/temporalio/temporal.toml)
Actual Behavior
On a mac I expect the SDK to read the Environment Config profile from $HOME/Library/Application Support/temporal/temporal.toml
Steps to Reproduce the Problem
- Create a Profile TOML file on a Mac using the CLI, which writes a file to: $HOME/Library/Application Support/temporal/temporal.toml
- Create a Java program that attempts to read the Profile using the Env Config APIs. An error will be thrown that the profile cannot be found
- For fun, copy the profile file from the default, documented location ($HOME/Library/Application Support/temporal/temporal.toml) to ~/.config/temporalio/temporal.toml. Run the Java program again. The profile will now be successfully found and loaded
Specifications
- Version: Java SDK 1.32.1
- Platform: Mac
Metadata
Metadata
Assignees
Labels
No labels