ockam icon indicating copy to clipboard operation
ockam copied to clipboard

Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between distributed applications – at massive scale.

Results 485 ockam issues
Sort by recently updated
recently updated
newest added

### Discussed in https://github.com/build-trust/ockam/discussions/3110 Originally posted by **Retamogordo** August 4, 2022 Hello, I came across some TODOS in /ockam/implementations/rust/ockam/ockam_executor/src/executor.rs. Does it make sense if I take look at it ?

fix issue (#3184) and some error message output. ## Current Behavior If n1 already exists it will print out debug format error message. ``` » ockam create node n1 failed...

Bumps [httpoison](https://github.com/edgurgel/httpoison) from 1.8.1 to 1.8.2. Release notes Sourced from httpoison's releases. HTTPoison 1.8.2 What's Changed Add a link to list of possible error reasons by @​rogeriochaves in edgurgel/httpoison#452 Add...

Implementation: Elixir
Type: Dependencies

After https://github.com/build-trust/ockam/pull/3176 `ockam node create` displays: ``` > ockam node create Node Created! Node: Name: 6d3b9f7d Status: Running Services: Service: Type: TCP Listener Address: /ip4/127.0.0.1/tcp/60465 Service: Type: Secure Channel Listener...

Implementation: Rust
Component: Command

``` » ockam node create n1 Node Created! Node: Name: n1 Status: UP Services: Service: Type: TCP Listener Address: /ip4/127.0.0.1/tcp/54342 Service: Type: Secure Channel Listener Address: /service/api Route: /ip4/127.0.0.1/tcp/54342/service/api Identity:...

good first issue
help wanted
Implementation: Rust
Component: Command

Currently: ``` » ockam tcp-listener create --help ockam-tcp-listener-create 0.68.0 Create tcp listener on the selected node USAGE: ockam tcp-listener create [OPTIONS] ARGS: OPTIONS: -h, --help Print help information -n, --node...

good first issue
help wanted
Implementation: Rust
Component: Command

Currently: ``` ockam node create n1 ``` creates a default identity for the newly created node we can see it with ``` » ockam identity show --node n1 P7dc502c795201c2d816749ea45ff51a416dce16ef0fe1b65ab4a642899e3b4d8 ```...

good first issue
help wanted
Implementation: Rust
Component: Command

When [creating a secure channel](https://github.com/build-trust/ockam/blob/develop/implementations/rust/ockam/ockam_identity/src/channel.rs#L35), multiple workers are spawned but only the address of the top-level worker is returned, making it impossible to remove all used resources. We use "temporary...

Type: Bug
Implementation: Rust
Component: Core

All crates in this folder have readme files https://github.com/build-trust/ockam/tree/2ea26c64036e61669181f17c92b0906a6a434a79/implementations/rust/ockam We currently have this format as usage instruction in each README.md file https://github.com/build-trust/ockam/blob/2ea26c64036e61669181f17c92b0906a6a434a79/implementations/rust/ockam/ockam/README.md?plain=1#L65-L72 We want to update this Usage section to...

Type: Documentation
good first issue
help wanted
Implementation: Rust

We currently have [node commands](https://github.com/build-trust/ockam/tree/develop/implementations/rust/ockam/ockam_command/src/node) ``` ockam node create green ``` and ``` ockam node delete green ``` We also need ``` ockam node start ``` and ``` ockam node...

Implementation: Rust
Component: Command