mirror of
https://gitlab.sectorq.eu/jaydee/portainer.git
synced 2025-12-14 10:44:52 +01:00
build
This commit is contained in:
@@ -30,7 +30,6 @@ try:
|
||||
except KeyError:
|
||||
VAULT_TOKEN = input("Valult root token : ")
|
||||
os.environ["VAULT_TOKEN"] = VAULT_TOKEN
|
||||
input(VAULT_TOKEN)
|
||||
|
||||
client = hvac.Client(url=VAULT_ADDR, token=VAULT_TOKEN)
|
||||
# Check if connected
|
||||
@@ -406,7 +405,7 @@ if __name__ == "__main__":
|
||||
title="Select one service",
|
||||
text="Choose a service:",
|
||||
values=actions
|
||||
).run()
|
||||
).run()
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user