Skip to content

[TASK] Remove hardcoded Roboflow API key from Python script #18

@kluge7

Description

@kluge7

Description of task

The current training script stores the Roboflow API key directly in the source code. Hardcoding credentials is insecure because keys end up in version control history, making revocation necessary.

Proposed fix:
Store the API key in an environment variable (e.g., ROBOFLOW_API_KEY) or a .env file excluded via .gitignore. Update the script to read from the environment at runtime.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions