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

implement secret encryption #375

Merged
merged 9 commits into from
Mar 1, 2024
Merged

implement secret encryption #375

merged 9 commits into from
Mar 1, 2024

Conversation

bakito
Copy link
Owner

@bakito bakito commented Feb 29, 2024

  • read aes key from env
  • XOR masked and encrypted kind fields. Masked wins
  • print config
  • print cli result

@coveralls
Copy link

coveralls commented Feb 29, 2024

Pull Request Test Coverage Report for Build 8109866771

Details

  • 93 of 211 (44.08%) changed or added relevant lines in 5 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage increased (+23.0%) to 48.828%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pkg/types/masked.go 30 32 93.75%
pkg/types/config.go 53 56 94.64%
pkg/utils/read.go 6 32 18.75%
pkg/types/encrypted.go 0 87 0.0%
Files with Coverage Reduction New Missed Lines %
pkg/types/config.go 1 87.68%
Totals Coverage Status
Change from base Build 8101860298: 23.0%
Covered Lines: 375
Relevant Lines: 768

💛 - Coveralls

@bakito bakito force-pushed the secret-encryption branch from 333a9ab to 6ce6746 Compare March 1, 2024 07:20
@bakito bakito force-pushed the secret-encryption branch from fa4018e to 0205b6c Compare March 1, 2024 07:33
@bakito bakito merged commit 083fd5f into main Mar 1, 2024
7 checks passed
@bakito bakito deleted the secret-encryption branch March 1, 2024 10:25
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