issues Search Results · repo:spiffe/spike language:Go
Filter by
22 results
(65 ms)22 results
inspiffe/spike (press backspace or delete to remove)Every front-end developer s favorite thing to do.
Add that moon/sun button.
Smash it--Turn light into dark.
Let it auto adapt from the os settings. etc.
All good things.
good first issue
v0lkan
- 10
- Opened 25 days ago
- #92
SPIKE s current trust model treats the backing store as untrusted .
Which means anything in the backing store that is sensitive or can be used as an attack vector shall be encrypted.
We already encrypt ...
good first issue
security
v0lkan
- Opened on Jan 10
- #81
hack/build-spike.sh:
CGO_ENABLED=0 GOEXPERIMENT=boringcrypto go build -o keeper ./app/keeper/cmd/main.go
CGO_ENABLED=1 GOEXPERIMENT=boringcrypto go build -o nexus ./app/nexus/cmd/main.go
CGO_ENABLED=0 ...
good first issue
strideynet
- 1
- Opened on Jan 2
- #76
There are unit tests that were commented out during a refactoring session.
Fix them if they are fixable; remove them if they are messed up beyond any recovery.
good first issue
quality
v0lkan
- Opened on Dec 31, 2024
- #72
SPIKE Keepers use 3 shards and 2 thresholds as per their shard contribution logic ( for details check out
https://zerotohero.dev/spire/spike/shamir-secrets-sharing/ )
It s better to make these configurable ...
feat:shamir
good first issue
v0lkan
- Opened on Dec 31, 2024
- #71
- Admin user does not need a password, their SVID is identifying enough.
- Update the code so that we generate a recovery token and save it somwehere safe.
- Don t ask password from admin.
- Update ...
important
v0lkan
- Opened on Nov 19, 2024
- #42
When you do a spike get w/o initialization you get a warning to run spike init.
However, that does not happen for spike login.
It should.
dump:
volkan@spike:~/.spike$ spike get /db
Posting ...
good first issue
v0lkan
- 6
- Opened on Nov 16, 2024
- #37
Right now SPIKE audit logs pass empty string as the user name; however, we can get those details from the JWT and add it
to the audit logs.
Here is a sample JWT payload that s sent with every authenticated ...
good first issue
v0lkan
- 6
- Opened on Nov 16, 2024
- #36
The current integration test:
- Initializes SPIKE
- Logs the admin user in
- That s pretty much it.
We need to add more to it:
- create a secret
- read the secret back
- delete a secret ...
good first issue
v0lkan
- Opened on Nov 16, 2024
- #35

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.