Skip to content

Commit

Permalink
Add encryption
Browse files Browse the repository at this point in the history
  • Loading branch information
tdviet committed Jun 21, 2022
1 parent 76af17a commit fffb194
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fedcloudclient/secret.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
VAULT_ADDR = "https://vault.services.fedcloud.eu:8200"
VAULT_ROLE = "demo"
VAULT_MOUNT_POINT = "/secrets"
VAULT_SALT = b'e8d3af638e26ede70afc3b3755e7c093'
VAULT_SALT = b"e8d3af638e26ede70afc3b3755e7c093"


def secret_client(access_token, command, path, data):
Expand Down Expand Up @@ -140,7 +140,6 @@ def secret():
"-f",
required=False,
type=click.Choice(["text", "YAML", "JSON"], case_sensitive=False),
)
@click.option("--decrypt-key", required=False)
@click.argument("short_path", metavar="[secret path]")
Expand Down

0 comments on commit fffb194

Please sign in to comment.