We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
get_secrets
Currently calling get_secrets works from routes. But calling it in the #[shuttle_service::main] causes the secret to not be found.
#[shuttle_service::main]
It seems we are not setting the secrets up early enough.
https://discord.com/channels/803236282088161321/965974106652688394/981436093683613776
The text was updated successfully, but these errors were encountered:
The 0.6.0 released reworked secrets, and fixed this
Sorry, something went wrong.
bmoxb
No branches or pull requests
Currently calling
get_secrets
works from routes. But calling it in the#[shuttle_service::main]
causes the secret to not be found.It seems we are not setting the secrets up early enough.
https://discord.com/channels/803236282088161321/965974106652688394/981436093683613776
The text was updated successfully, but these errors were encountered: