Skip to content

Commit

Permalink
Merge pull request #10 from upbound/readme
Browse files Browse the repository at this point in the history
fixed markup
  • Loading branch information
humoflife authored Jan 26, 2024
2 parents c684bc2 + 8f0fee1 commit 1dcb3a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The directory contains the Crossplane compositions to setup and configure
Vault.
```
tree
`
```

The Crossplane compositons are located in the `apis` directory.
Crossplane compositions can be packaged up with information about
Expand Down Expand Up @@ -122,7 +122,7 @@ Use either one of the following options to install and configure Vault.
[KUTTL](https://kuttl.dev/) tests and then validating the configuration.

Resources can be seen using
`crossplane beta render vault.sec.upbound.io configuration-vault`.
`crossplane beta trace vault.sec.upbound.io configuration-vault`.
This will produce an output like below. Note that there may be various
interim stages leading up to all resources being available.
```
Expand Down Expand Up @@ -256,7 +256,7 @@ key_version 1
Decrypt the information.
```
vault write transit/decrypt/payment \
ciphertext="<COPY_THE_OUTPUT_CIPHER_FROM_ABOVE"
ciphertext="<COPY_THE_OUTPUT_CIPHER_FROM_ABOVE>"
```
```
Key Value
Expand All @@ -266,7 +266,7 @@ plaintext MTExMS0yMjIyLTMzMzMtNDQ0NAo=

Decode the base64 encoded plaintext.
```
base64 --decode <<< "<COPY_THE_BASE64_ENCODED_PLAINTEXT_FROM_ABOVE"
base64 --decode <<< "<COPY_THE_BASE64_ENCODED_PLAINTEXT_FROM_ABOVE>"
```

## Clean up
Expand Down

0 comments on commit 1dcb3a0

Please sign in to comment.