graphistry / graphistry-helm

Live helm repository and hosted documentation for using Graphistry with Kubernetes
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

[ENH] 2 new environmental variables required for nexus #57

Open vaimdev opened 1 year ago

vaimdev commented 1 year ago

Nexus will be added 2 new environmental variable

  1. GRAPHISTRY_NEXUS_ENCRYPTION_KEYS - type: base64
  2. GRAPHISTRY_NEXUS_SIGNING_KEY - uuid

related PR https://github.com/graphistry/graphistry/pull/2061

They are used for encryption & data signing purposes, and should be unique per installation.

aucahuasi commented 1 year ago

@vaimdev How and when we will generate those values?

vaimdev commented 1 year ago

when a new nexus is first created, only once per nexus, because once generated, it cannot be changed.

Useful in the scenario user spin a Graphistry in AWS market or Azure market.

aucahuasi commented 1 year ago

Got it, thank you!