Adrian Benavides

Results 26 issues of Adrian Benavides

- Add support for global policies in the `policy create` command. The information about whether the resource is global is derived from the resource name to guarantee backward compatibility. The...

When this flag is passed, we check if the identity is enrolled and if we have the user info available. In that case, we skip the OIDC process.

### Current behavior There are some places where we are creating multiple `SqlxDatabase` instances, like [here](https://github.com/build-trust/ockam/blob/d816b2813c38ed6b0d22929563e50880aea2acf4/implementations/rust/ockam/ockam_api/src/cli_state/vaults.rs#L367). ### Desired behavior The `SqlxDatabse` struct should be created once per db file/process (we...

Generate the `project.json` file only once in the `setup_suite` function instead of generating it for every orchestrator test. Now, the `copy_local_orchestrator_data` function will only copy the database to the test...

### Current behavior The [current implementation](https://github.com/build-trust/ockam/blob/d816b2813c38ed6b0d22929563e50880aea2acf4/implementations/rust/ockam/ockam_node/src/storage/database/sqlx_database.rs#L113) runs all the sql migrations and then the rust migrations for post-migration code. We should refactor this function so that we can run a...

It also enables logging so we can persist background nodes logs of failing tests.

- Updates the human-readable format - Adds machine and json output formats - Convert some `debug` logs to `info`, and add new `info` logs, for messages that output information visible...

## Current output It shows cryptic information that the user won't understand/use. Also the format is not aligned with the rest of the commands. ![image](https://github.com/build-trust/ockam/assets/12375782/34f70ac0-6ead-44d5-95ef-739285b557fa) ## Proposed output In this...

Details of what the documentation should include can be found at https://github.com/build-trust/ockam/issues/4759 --- We love helping new contributors! ❤️ If you have questions or need help as you explore, please...

good first issue
help wanted
Implementation: Rust
Component: CLI
hacktoberfest

When a `NodeManager` instance is created, an HTTP server is started to serve two endpoints: - HEAD at the root `/` to quickly verify if the node is reachable -...