Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lloesche committed Jun 5, 2024
1 parent f1abb7e commit 1bcf1d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@ $ kubectl -n fix exec -it service/fixinventory-fixcore -- fixsh
# Access the web interface to read the documentation and API docs or run Jupyter notebooks
$ kubectl -n fix port-forward services/fixinventory-fixcore 8900:8900
```
Open https://127.0.0.1:8900 in your browser. Ignore the self-signed cert or alternatively fetch https://127.0.0.1:8900/ca/cert and compare its fingerprint with the one returned in the `SHA256-Fingerprint` header.
Then validate the connection using the `Authorization` header which contains a JWT signed by Fix Core using the pre-shared-key (PSK). The JWT payload contains a field sha256_fingerprint
which should match the fingerprint of the certificate (and the http header). The PSK can be found in the `fixinventory-psk` secret (e.g. `kubectl -n fix get secrets/fixinventory-psk -o json | jq -r .data.psk | base64 -d; echo`).

Read more on how security between Fix components is bootstrapped at https://inventory.fix.security/reference/security
Open https://127.0.0.1:8900 in your browser. Ignore the self-signed cert or alternatively read more on how security between Fix components is bootstrapped and validated at https://inventory.fix.security/reference/security

## Charts

Expand Down
2 changes: 1 addition & 1 deletion someengineering/fixinventory/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# fixinventory

![Version: 0.10.5](https://img.shields.io/badge/Version-0.10.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.0.5](https://img.shields.io/badge/AppVersion-4.0.5-informational?style=flat-square)
![Version: 0.10.6](https://img.shields.io/badge/Version-0.10.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.0.5](https://img.shields.io/badge/AppVersion-4.0.5-informational?style=flat-square)

A Helm chart for installing Fix Inventory in Kubernetes.

Expand Down
2 changes: 1 addition & 1 deletion someengineering/resoto/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# resoto

![Version: 0.10.4](https://img.shields.io/badge/Version-0.10.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.8.0](https://img.shields.io/badge/AppVersion-3.8.0-informational?style=flat-square)
![Version: 0.10.5](https://img.shields.io/badge/Version-0.10.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.8.0](https://img.shields.io/badge/AppVersion-3.8.0-informational?style=flat-square)

A Helm chart for installing Resoto in Kubernetes.

Expand Down

0 comments on commit 1bcf1d4

Please sign in to comment.