Skip to content

Security: exposed Env Secret (secrets file) credential in products/io.wonop.helloworld/stack.env.secrets.yaml #58

Description

@molloyzak13

Heads up — found an exposed secrets file in products/io.wonop.helloworld/stack.env.secrets.yaml.

The file contains environment secrets and is committed to this repository's history, which means the values are publicly visible.

Rotate these now. The secrets are in git history, so removing the file from HEAD is not enough — they are already exposed. Revoke and regenerate every credential stored in this file with the relevant providers (API keys, database passwords, tokens — whatever is in there).

After rotating:

  • Run git rm --cached products/io.wonop.helloworld/stack.env.secrets.yaml to stop tracking the file.
  • Add products/io.wonop.helloworld/stack.env.secrets.yaml to .gitignore if it isn't already covered.

Let me know if I can help with anything.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions