Skip to content
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

[docs] Clarify Secret Management in Backend for Tauri Build #12034

Open
jorgechato opened this issue Dec 23, 2024 · 0 comments
Open

[docs] Clarify Secret Management in Backend for Tauri Build #12034

jorgechato opened this issue Dec 23, 2024 · 0 comments
Labels
type: documentation Need to update the API documentation

Comments

@jorgechato
Copy link

When you are working with 3rd party services like an API or a database either with a replica sync or remote database server, you need to provide the secrets or auth tokens.

The usage of env variables with dotfiles of direct env variables are well documented in dev environment.

Never the less when you build the app it's unclear how to manage this secrets. pnpm tauri build --bundles app doesn't build the app with the env secrets.
The documentation recommend the usage of stronghold but all the information I could find uses stronghold as a secret storage for user token/secrets (frontend sending this secrets to backend)..

I would like to have a documentation related to the distribution with secrets needed in the backend(src-tauri) side.

@jorgechato jorgechato added the type: documentation Need to update the API documentation label Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation Need to update the API documentation
Projects
None yet
Development

No branches or pull requests

1 participant