Skip to content

feat(secrets): secret management #1605

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

feat(secrets): secret management #1605

wants to merge 1 commit into from

Conversation

melodicore
Copy link
Member

@melodicore melodicore commented Aug 4, 2025

Draft Powered by Pull Request Badge

Summary

Secret management. Stores encrypted secrets locally and remotely with management tools and integration with Elide. This description is WIP and will be completed later

Signed-off-by: melodicore <datafox@datafox.me>
@melodicore melodicore added feature Large PRs or issues with full-blown features 🚧 WIP Works-in-progress. Blocks merge labels Aug 4, 2025
Copy link

codecov bot commented Aug 4, 2025

Codecov Report

❌ Patch coverage is 0% with 817 lines in your changes missing coverage. Please review.
✅ Project coverage is 38.83%. Comparing base (fe71087) to head (be34564).

Files with missing lines Patch % Lines
.../main/kotlin/dev/elide/secrets/impl/SecretsImpl.kt 0.00% 322 Missing ⚠️
...in/kotlin/dev/elide/secrets/remote/GithubRemote.kt 0.00% 207 Missing ⚠️
...secrets/src/main/kotlin/dev/elide/secrets/Utils.kt 0.00% 66 Missing ⚠️
...n/kotlin/dev/elide/secrets/impl/DataHandlerImpl.kt 0.00% 60 Missing ⚠️
...ev/elide/secrets/remote/GithubRemoteInitializer.kt 0.00% 35 Missing ⚠️
...in/kotlin/dev/elide/secrets/impl/EncryptionImpl.kt 0.00% 26 Missing ⚠️
...in/dev/elide/secrets/dto/persisted/BinarySecret.kt 0.00% 14 Missing ⚠️
...ev/elide/secrets/dto/persisted/SecretCollection.kt 0.00% 14 Missing ⚠️
.../dev/elide/secrets/dto/persisted/SecretMetadata.kt 0.00% 13 Missing ⚠️
.../secrets/dto/api/github/GithubUploadFileRequest.kt 0.00% 7 Missing ⚠️
... and 17 more
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1605      +/-   ##
==========================================
- Coverage   39.68%   38.83%   -0.86%     
==========================================
  Files         781      808      +27     
  Lines       37169    37986     +817     
  Branches     5253     5342      +89     
==========================================
  Hits        14752    14752              
- Misses      20648    21465     +817     
  Partials     1769     1769              
Flag Coverage Δ
jvm 38.83% <0.00%> (-0.86%) ⬇️
lib 38.83% <0.00%> (-0.86%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
...ide/secrets/dto/api/github/GithubCommitsRequest.kt 0.00% <0.00%> (ø)
...de/secrets/dto/api/github/GithubCommitsResponse.kt 0.00% <0.00%> (ø)
...e/secrets/dto/api/github/GithubCreateRefRequest.kt 0.00% <0.00%> (ø)
.../secrets/dto/api/github/GithubCreateRefResponse.kt 0.00% <0.00%> (ø)
...lide/secrets/dto/api/github/GithubMergeResponse.kt 0.00% <0.00%> (ø)
...n/kotlin/dev/elide/secrets/dto/persisted/Secret.kt 0.00% <0.00%> (ø)
...secrets/exception/RemoteNotInitializedException.kt 0.00% <0.00%> (ø)
...crets/src/main/kotlin/dev/elide/secrets/Secrets.kt 0.00% <0.00%> (ø)
...src/main/kotlin/dev/elide/secrets/remote/Remote.kt 0.00% <0.00%> (ø)
...elide/secrets/dto/api/github/GithubFileResponse.kt 0.00% <0.00%> (ø)
... and 17 more

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fe71087...be34564. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Large PRs or issues with full-blown features 🚧 WIP Works-in-progress. Blocks merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant