-
Notifications
You must be signed in to change notification settings - Fork 21
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
Secret store local file, relative file pathing #58
Comments
Okay I have a little update. I managed to write a working solution using the existing released version of sidekick. If you notice i build a new file path for the daprd.exe and set CopyProcessFile to true A better solution would be an option to allow us set/override the working directory. I will raise a PR for that but in the short term this works great.
|
relevant PR #59 |
In the Dapr Secret store local file examples they tend to use relative file paths to the secrets file, which doesn't seem to work when using SideKick. I keep getting a fatal error , can't find secrets file.
I suspect the fix for this would be to make the working directory for the application consuming the yaml files based on the application you are building rather than the Dapr infrastructure directories.
Any suggestions?
The text was updated successfully, but these errors were encountered: