Skip to content

Commit

Permalink
Merge pull request #1962 from hanizang77/250124-1
Browse files Browse the repository at this point in the history
Add screenshots in the README.md
  • Loading branch information
yunkon-kim authored Jan 24, 2025
2 parents 4e3ecbc + ce9025c commit e7c4d66
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,16 +216,31 @@ To provisioning multi-cloud infrastructures with CB-TB, it is necessary to regis
- Encrypting Credentials
```bash
init/encCredential.sh
```
```
When executing the script, you have two options: 1) enter your password or 2) let the system generate a random passkey.

Option 1: Entering your password:

![Image](https://github.com/user-attachments/assets/8f051ce8-9282-4e6d-a8ae-af5c831622c7)

Option 2: Letting the system generate a random passkey, which MUST be securely stored in a safe location:

![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
```
Option 1: If encrypted using option 1, please use the same password to decrypt the file:

![Image](https://github.com/user-attachments/assets/600921fb-cdff-4313-ae4d-266ddd31809b)

Option 2: If encrypted using option 2, enter the passkey to decrypt the file:

![Image](https://github.com/user-attachments/assets/2bb029a4-8dd9-4e1a-8cad-af70ca72e9fd)


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

Expand Down

0 comments on commit e7c4d66

Please sign in to comment.