Skip to content

Tokens in Source Code #13

@WillKoehrsen

Description

@WillKoehrsen

There are coiled tokens in plaintext in two of the notebooks (2-dataframes-at-scale and 3-uber-and-lyft). Although these tokens are expired, it would still be best practice to use environment variables that are not committed to the repo, especially in a tutorial that others may copy.

If you put COILED_TOKEN and COILED_ACCOUNT_NAME in a git-ignored .env file or a config file (~/.zshrc), you could use environment variables instead of the actual token and account name:

!coiled login --token $COILED_TOKEN --account $COILED_ACCOUNT_NAME

Thanks for creating the tutorials!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions