mirror of
https://gitlab.sectorq.eu/jaydee/portainer.git
synced 2025-12-13 18:24:53 +01:00
build
This commit is contained in:
@@ -28,7 +28,7 @@ try:
|
||||
if VAULT_TOKEN is None:
|
||||
raise KeyError
|
||||
except KeyError:
|
||||
VAULT_TOKEN = input("Valult root token : ")
|
||||
VAULT_TOKEN = prompt("Valult root token : ", is_password=True)
|
||||
os.environ["VAULT_TOKEN"] = VAULT_TOKEN
|
||||
|
||||
client = hvac.Client(url=VAULT_ADDR, token=VAULT_TOKEN)
|
||||
|
||||
Reference in New Issue
Block a user