Working from home
Visit my other projects at http://github.com/atnos-org!
-
Ockam
- Haarlem, Netherlands
- http://etorreborre.blogspot.com
- @etorreborre
- @etorreborre@fosstodon.org
Block or Report
Block or report etorreborre
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
grafter Public
Forked from zalando/grafter
Grafter is a library to configure and wire Scala applications
-
-
-
439 contributions in the last year
Less
More
Contribution activity
March 2023
Created 47 commits in 3 repositories
Created 1 repository
Created a pull request in build-trust/ockam that received 2 comments
fix(rust): keep migrating legacy storage data but not on startup
This is an attempt to fix some restart issues that we observed with Ockam Orchestrator. In this PR: the code for migrating legacy data has been pu…
+71
−6
•
2
comments
Opened 13 other pull requests in 1 repository
build-trust/ockam
1
open
11
merged
1
closed
- refactor(rust): extract identity as an entity
- fix(rust): make the authority_node field optional
- fix(rust): use the same criteria for checking if a node exists
- fix(rust): do not try to recreate an authority node if it already exists
- fix(rust): fix the setting of boolean flags
- Authority node options
-
Add an
ockam authority create
command - feat(rust): create an authority node
- feat(rust): initialize the credential example with a change history and the latest key
- Improve the credential exchange example
- fix(rust): fixed the compilation errors with the tag feature
- refactor(rust): removed the x3dh key exchange which is not used at the moment
- refactor(rust): moved some helper code from examples to the ockam_identity crate
Reviewed 25 pull requests in 2 repositories
build-trust/ockam
24 pull requests
- Sessions support for Portals
- chore: update openssl version
- RemoteForwarder Sessions
- Sessions update
- refactor(rust): refactored channel decryptor state to the most normal…
- refactor(rust): split addon commands into separate files
- Refactor ockam_node, extend Routed<M>
- build: make install script add a newline when sourcing env file
-
Add an
ockam authority create
command -
feat(rust): clean
TrustOptions
processing - refactor(rust): split policy subcommands in separated files
- refactor(rust): split vault subcommands in separated files
- More Sessions
- refactor(rust): fix clippy warnings on test code
- feat: display the date and time for a credential
- docs(rust): update doc comments in get started guide
- docs: add influxdb demo
- refactor: removed type parameters exposing implementation details
- Fix merge queue race issue
- test(rust): sync new bats tests with commands.bats file
-
TCP
<->SecureChannel
Message Flow Auth - cleanup
- Use ABAC rules in authority services
- Expand Credential Commands
build-trust/ockam-contributors
1 pull request
Created an issue in build-trust/ockam that received 4 comments
Creating a node twice results in an unclear error
Observed behavior
A not very explicit error when trying to create a node twice:
IO error. Caused by: File exists (os error 17)
Steps to reproduce
I…
4
comments