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 498 ockam issues
Sort by recently updated
recently updated
newest added

# Current Currently we have some Ockam command [bats](https://bats-core.readthedocs.io/en/stable/index.html) tests here https://github.com/build-trust/ockam/blob/develop/implementations/rust/ockam/ockam_command/tests/commands.bats These tests are run in CI here https://github.com/build-trust/ockam/blob/develop/.github/workflows/ockam_command.yml#L45-L77 # Desired We want to break these down into many...

good first issue
help wanted
Implementation: Rust
Component: Command

## Current Behavior Current implementations of TCP clients need to rely on ad-hoc heartbeats in order to keep the TCP connection open. ## Proposed Changes Enable tcp_keepalive for the `TcpStream`...

fix(rust): Fix issue 3461, Make ockam identity show command work without creating nodes ## Current Behavior ``` > ockam enroll ... > ockam identity show No such node available. Run...

It loads a json file containing a list of commands that will be executed after creating a node. To generate this json file, the user can use the global `--export`,...

While we don't support TCP-level keep-alive #3450, we occassionally send empty Ockam packets in tcp workers to: 1. Keep connection alive 2. Find out early if connection was closed We...

help wanted
Component: Transport
Implementation: Rust

# Currently: We have many help commands that show a long help, for example `ockam secure-channel --help`. This hides the command syntax above the fold. # Desired: 1. Detect if...

good first issue
help wanted
Implementation: Rust
Component: Command

Add shellcheck to the builder image https://github.com/build-trust/ockam/blob/develop/tools/docker/builder/Dockerfile Add a new workflow here https://github.com/build-trust/ockam/tree/develop/.github/workflows that will run whenever any shellscript in the repo is added or changed

good first issue
help wanted
Component: CI/CD

Currently: ``` > ockam enroll ... > ockam identity show No such node available. Run `ockam node list` to list available nodes ``` After enroll there is already an identity...

good first issue
help wanted
Implementation: Rust
Component: Command

# Added as per #3480 suggested solution I tested this with a simple example and some debug print messages, and `schedule_heartbeat` was only called in the client side ```rust self.heartbeat_interval...

# Current: To see the current outputs run: ``` $ ockam node create n1 $ ockam node create n2 $ ockam secure-channel create --from /node/n1 --to /node/n2/service/api ... $ ockam...

good first issue
help wanted
Implementation: Rust
Component: Command