Skip to content

Commit

Permalink
sensitive backend secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
emocharnik committed Aug 1, 2022
1 parent 7c38ac3 commit 56d4c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ def init_backend_secrets():
if fetch_scalr("vars", vars_filters)["data"]:
continue
print(f"Missing shell variable `{key}`. Creating...")
create_variable(key, vars_to_create[key], "shell", False, "Created by migrator", account_relationships)
create_variable(key, vars_to_create[key], "shell", True, "Created by migrator", account_relationships)
print("Initializing backend secrets... Done")

init_backend_secrets()
Expand Down

0 comments on commit 56d4c67

Please sign in to comment.