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

Private memory store #292

Draft
wants to merge 25 commits into
base: main
Choose a base branch
from
Draft

Private memory store #292

wants to merge 25 commits into from

Conversation

isc-rsaptars
Copy link
Contributor

Added a private memory store utility

@isc-rsaptars isc-rsaptars marked this pull request as draft October 11, 2023 20:44
@isc-rsaptars isc-rsaptars marked this pull request as ready for review October 11, 2023 20:46
@isc-rsaptars isc-rsaptars marked this pull request as draft October 12, 2023 17:32
@codecov-commenter
Copy link

codecov-commenter commented Jan 31, 2025

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

Base set of changes to get authentication working properly. The Authenticate command should now follow proper OAuth2 flow and store the token for future use with git commands.

Still missing:
- initialConfigure working properly
- Storing secrets securely
- Pretty UI
- alerts on error
- other improvements.
- thorough testing
@isc-etamarch isc-etamarch requested review from isc-tleavitt and isc-pbarton and removed request for isc-tleavitt March 21, 2025 18:02
@isc-etamarch
Copy link
Collaborator

isc-etamarch commented Mar 21, 2025

Want some initial review for the work.

My biggest concern is that we are setting the remote to be https://oauth2:-token-@-remoteIUrl-, and thus having the token out in the open counteracts all of the effort to store it safely in memory.
-> My first thought here is maybe to set / unset the remote for every git command, though this would probably drastically increase runtime (tripling amount of git commands for each command)

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.

4 participants