From 1bcf1d41f22dd7deb39a6f1a4f9bef713cc140a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20L=C3=B6sche?= Date: Wed, 5 Jun 2024 18:58:51 +0200 Subject: [PATCH] Update README --- README.md | 6 +----- someengineering/fixinventory/README.md | 2 +- someengineering/resoto/README.md | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6b68f1d6..f61c49be 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/someengineering/fixinventory/README.md b/someengineering/fixinventory/README.md index 33d4ba1d..18335938 100644 --- a/someengineering/fixinventory/README.md +++ b/someengineering/fixinventory/README.md @@ -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. diff --git a/someengineering/resoto/README.md b/someengineering/resoto/README.md index 7b10769f..8b0c5af0 100644 --- a/someengineering/resoto/README.md +++ b/someengineering/resoto/README.md @@ -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.