Merge pull request 'add Tips section with service auth commands and links' (#1) from ice-feature into master

Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/1
Reviewed-by: jingyao1991 <jingyao1991@noreply.gitea.freeleaps.mathmast.com>
This commit is contained in:
jingyao1991 2025-07-04 03:50:13 +00:00
commit 4d871e25c4

View File

@ -234,3 +234,16 @@ infra-auth-retriver list
| `get-token` | `-gt`,`--get-token` | Retrieve authentication token for specified service |
| `list` | `-l`,`--list` | List all available services |
| `help` | `-h`,`--help` | Show help message |
### Tips
Here are some useful tips for working with the Freeleaps Cluster Toolchains:
**[Jenkins](https://jenkins.mathmast.com/) and [Grafana](https://grafana.mathmast.com/) Accounts and Passwords**: You can obtain Jenkins and Grafana accounts and passwords by executing the follow command.
```
infra-auth-retriver grafana
```
**[Argo](https://argo.mathmast.com/) Account and Password**: You can obtain Argo account and password by executing the follow command.
```
infra-auth-retriver argocd
```