-
Notifications
You must be signed in to change notification settings - Fork 19
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
Bug: Is it cryptography required? #131
Comments
I verified this as well. The With my PR fix I don't see this error, but following the same steps as above I get: ❌ Failed: Invalid encrypted file. Check the password. This might have to do with my key however, can someone verify the fix from their side? |
The `cryptography` package is a dependency of the `securesystemslib` package, to be exact it is an _optional_ dependency. `securesystemslib` uses "optional dependencies" ("extras") to allow a default installation with limited capabilities. However, since we are making use of the `cryptography` library via `securesystemslib`, we need to install at least the `crypto` extra. Fixes #131 Signed-off-by: Konstantinos Papadopoulos <[email protected]>
The `cryptography` package is a dependency of the `securesystemslib` package, to be exact it is an _optional_ dependency. `securesystemslib` uses "optional dependencies" ("extras") to allow a default installation with limited capabilities. However, since we are making use of the `cryptography` library via `securesystemslib`, we need to install at least the `crypto` extra. Fixes #131 Signed-off-by: Konstantinos Papadopoulos <[email protected]>
The `cryptography` package is a dependency of the `securesystemslib` package, to be exact it is an _optional_ dependency. `securesystemslib` uses "optional dependencies" ("extras") to allow a default installation with limited capabilities. However, since we are making use of the `cryptography` library via `securesystemslib`, we need to install at least the `crypto` extra. Fixes #131 Signed-off-by: Konstantinos Papadopoulos <[email protected]>
The `cryptography` package is a dependency of the `securesystemslib` package, to be exact it is an _optional_ dependency. `securesystemslib` uses "optional dependencies" ("extras") to allow a default installation with limited capabilities. However, since we are making use of the `cryptography` library via `securesystemslib`, we need to install at least the `crypto` extra. Fixes #131 Signed-off-by: Konstantinos Papadopoulos <[email protected]>
What happened?
Cannot load the keys during the ceremony in a fresh installation
What steps did you take?
rstuf admin login
)rstuf admin ceremony
)What behavior did you expect?
No response
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: