Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add screenshots in the README.md #1962

Merged
merged 2 commits into from
Jan 24, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,15 +217,23 @@ To provisioning multi-cloud infrastructures with CB-TB, it is necessary to regis
```bash
init/encCredential.sh
```
After running the command, you can choose to enter a custom password or let the system generate a random key for you.
If you decide to enter a custom password:
yunkon-kim marked this conversation as resolved.
Show resolved Hide resolved
![Image](https://github.com/user-attachments/assets/8f051ce8-9282-4e6d-a8ae-af5c831622c7)
If you choose to let the system generate a random key:
yunkon-kim marked this conversation as resolved.
Show resolved Hide resolved
![Image](https://github.com/user-attachments/assets/807511ee-05d9-481e-a191-d1aad2e9aeb2)

If you need to update your credentials, decrypt the encrypted file using `decCredential.sh`, make the necessary changes to `credentials.yaml`, and then re-encrypt it.

- Decrypting Credentials
```bash
init/decCredential.sh
```
If you entered a custom password, please use the same password to decrypt the file:
yunkon-kim marked this conversation as resolved.
Show resolved Hide resolved
![Image](https://github.com/user-attachments/assets/600921fb-cdff-4313-ae4d-266ddd31809b)
If you generated a random key, enter it to decrypt the file:
yunkon-kim marked this conversation as resolved.
Show resolved Hide resolved
![Image](https://github.com/user-attachments/assets/2bb029a4-8dd9-4e1a-8cad-af70ca72e9fd)


- (INIT) Register all multi-cloud connection information and common resources

Expand Down
Loading