tee #23

Open
asmo wants to merge 13 commits from feat/tee into main
Owner
No description provided.
Provision mint seed material securely inside the pod using an init
container to unwrap or generate the seed, avoiding storage of cleartext
mnemonics in Kubernetes Secrets or environment variables.

The init container supports local static keys, Vault Transit, and Google
Cloud KMS providers, writing the encrypted envelope directly to the PVC.
shared tee fake mint
Some checks failed
E2E Tests / Run on Ubuntu (pull_request) Failing after 24s
Tests / Run on Ubuntu (pull_request) Failing after 8s
Lint / Run on Ubuntu (pull_request) Failing after 4m33s
be3292818e
update ci forgejo
Some checks failed
E2E Tests / Run on Ubuntu (pull_request) Failing after 1m23s
Lint / Run on Ubuntu (pull_request) Failing after 3m55s
Tests / Run on Ubuntu (pull_request) Failing after 5m4s
5ee070d67f
fix ci
Some checks failed
E2E Tests / Run on Ubuntu (pull_request) Failing after 1m4s
Lint / Run on Ubuntu (pull_request) Successful in 5m29s
Tests / Run on Ubuntu (pull_request) Failing after 5m19s
0ce058b7cc
update e2e test
Some checks failed
Lint / Run on Ubuntu (pull_request) Successful in 3m39s
Tests / Run on Ubuntu (pull_request) Failing after 8m53s
E2E Tests / Run on Ubuntu (pull_request) Failing after 12m17s
b0840c6bf7
update test
Some checks failed
E2E Tests / Run on Ubuntu (pull_request) Failing after 6m54s
Lint / Run on Ubuntu (pull_request) Successful in 7m38s
Tests / Run on Ubuntu (pull_request) Successful in 3m20s
9a711fdd78
snapshot amd sev deployment
Some checks failed
Lint / Run on Ubuntu (pull_request) Successful in 3m19s
E2E Tests / Run on Ubuntu (pull_request) Failing after 7m0s
Tests / Run on Ubuntu (pull_request) Successful in 3m40s
50e2c2f881
Some checks failed
Lint / Run on Ubuntu (pull_request) Successful in 3m19s
E2E Tests / Run on Ubuntu (pull_request) Failing after 7m0s
Tests / Run on Ubuntu (pull_request) Successful in 3m40s
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/tee:feat/tee
git switch feat/tee

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff feat/tee
git switch feat/tee
git rebase main
git switch main
git merge --ff-only feat/tee
git switch feat/tee
git rebase main
git switch main
git merge --no-ff feat/tee
git switch main
git merge --squash feat/tee
git switch main
git merge --ff-only feat/tee
git switch main
git merge feat/tee
git push origin main
Sign in to join this conversation.
No description provided.