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

Improve readme and add warning on rails credentials conflict #35

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

svanhesteren
Copy link
Contributor

@svanhesteren svanhesteren commented Jun 11, 2024

Eyaml doesn't work with the new rails' credentials encryption (they both do the same thing in principle). The rails credentials management relies on a .yml.encfile which is encrypted via a key present in the master.key file (which is 32 bytes). Eyaml uses it own key which is 64 bytes in fact. I've improved the readme for general eyaml config/installation and added a raise when a master/key file is present.

@svanhesteren svanhesteren marked this pull request as ready for review June 11, 2024 12:28
@svanhesteren svanhesteren merged commit ee989a1 into main Jun 11, 2024
1 check passed
@svanhesteren svanhesteren deleted the improve-readme branch June 11, 2024 12:28
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