Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document variables.json and fernet key #14

Open
Joe-Heffer-Shef opened this issue Sep 13, 2022 · 0 comments
Open

Document variables.json and fernet key #14

Joe-Heffer-Shef opened this issue Sep 13, 2022 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@Joe-Heffer-Shef
Copy link
Collaborator

Joe-Heffer-Shef commented Sep 13, 2022

The variables.json is a secret file (in the ./secrets directory, which is excluded from the repo for security reasons) that only contains the fernet key used for encryption of passwords by Airflow.

So variables.json looks like this:

{
  "fernet_key": "********************"
}
@Joe-Heffer-Shef Joe-Heffer-Shef added the documentation Improvements or additions to documentation label Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant