Skip to content

Conversation

sandlbn
Copy link
Contributor

@sandlbn sandlbn commented Oct 7, 2025

The container was failing to save the key with the following error:

thread 'main' panicked at src/main.rs:608:61:
Failed to save key: Os { code: 13, kind: PermissionDenied, message: "Permission denied" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

This happened because the /data directory was created after switching to the non-root appuser, resulting in incorrect ownership and write permissions.

@sandlbn sandlbn self-assigned this Oct 7, 2025
@sandlbn sandlbn requested a review from marcelamelara October 7, 2025 14:05
Copy link
Contributor

@marcelamelara marcelamelara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@marcelamelara marcelamelara merged commit b97adcb into main Oct 10, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants