Add overview docs on SSH-OIDC - #822
Conversation
|
@chbrandt there are some lint errors as some terms are not recognized by the spell check, please add them to this file https://github.com/EGI-Federation/documentation/blob/main/.github/actions/spelling/allow.txt |
<!-- A good PR should describe what benefit this brings to the repository. This description of the PR will be used as the commit message when merging it. Ideally, there is an existing issue which the PR address. Please check the [Contributing guide](https://docs.egi.eu/about/contributing/) for style requirements and advice. --> # Summary This PR adds two new terms to the linter from SSH-OIDC framework (mccli and oinit), useful for PR #822 --- <!-- Add, if any, the related issue here, e.g. #6 --> **Related issue :** PR #822
Documentation preview deployed!Available at https://docs.egi.eu/documentation/822 |
|
|
||
| The Infrastructure Manager (IM) can `Enable SSH OIDC access to the VM` in | ||
| virtual machines by selecting the related `Optional Features`. | ||
| 1. Server deploys [Motley-Cue][], client uses [mccli][] to login to the server. |
There was a problem hiding this comment.
Is it the first time that we use this way of adding links?
I mean, it is ok to me, just checking whether we need/should be consistent.
Other than that, the PR looks good to me, thanks!
There was a problem hiding this comment.
@sebastian-luna-valero I noticed it's not the standard, and I'll take the chance to recommend this format. It increases raw text readability, avoids duplication, and enables the use of a references list (usually I put at the very beginning of the source file or section if it's a big file).
Documentation preview deployed!Available at https://docs.egi.eu/documentation/822 |
Summary
This PR adds an overview of SSH-OIDC in the "accessing vm with ssh" tutorial.
Although it does not go into details about setting up the (server/client) system,
which is already well done by the official documentation, it provides relevant
information of what "ssh-oidc" actually is, and the two different flavours of
"ssh-oidc" from the user perspective. It also add all relevant links.
There was also reference to "ssh-oidc" in Cloud-Compute section, this PR
links that section to the text being added in tutorials.
Related issue : N/A