Skip to content

Commit

Permalink
feat: prefer wording module over segment (#261)
Browse files Browse the repository at this point in the history
Signed-off-by: David Dal Busco <[email protected]>
  • Loading branch information
peterpeterparker authored Jan 10, 2025
1 parent 83d3a03 commit ccfd2d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/miscellaneous/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ The authentication process requires a browser.

If you've previously authenticated your terminal and decide to log in again, the CLI will prompt you about reusing your existing identity.

This allows you to reuse your authorization, especially when creating new segments like satellites or orbiters.
This allows you to reuse your authorization, especially when creating new modules like satellites or orbiters.

:::

#### How does it work?

A new [principal] is generated on your local machine and added as a [controller] of the selected segments. This principal is then used to authenticate any CLI calls made from your terminal to your satellites, mission controls or other modules.
A new [principal] is generated on your local machine and added as a [controller] of the selected modules. This principal is then used to authenticate any CLI calls made from your terminal to your satellites, mission controls or other modules.

The key is saved in the OS-specific user's variables path.

Expand Down
2 changes: 1 addition & 1 deletion docs/miscellaneous/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ When collecting statuses, if your mission control is detected to be running low

## Reporting

Juno stores statuses in memory for 30 days, which are only accessible to you. With this information, Juno can provide informative reports on the overall behavior and performance of your segments.
Juno stores statuses in memory for 30 days, which are only accessible to you. With this information, Juno can provide informative reports on the overall behavior and performance of your modules.

[satellite]: ../terminology.md#satellite
[mission control]: ../terminology.md#mission-control
Expand Down

0 comments on commit ccfd2d0

Please sign in to comment.