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

feat: wrap secrets in custom types to prevent them from leaking #925

Merged
merged 8 commits into from
Oct 25, 2023

Commits on Oct 24, 2023

  1. feat(resources): add custom Secret wrapper type and wrap secrets in it

    Related to shuttle-hq#890. This adds a custom wrapper type for secrets, which will
    be used to prevent them from leaking anywhere. To ensure that API Keys
    in the CLI never get leaked we wrap them in the new `Secret` type.
    AlphaKeks authored and Kazy committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    1d9d563 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a8192b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58d3fac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b40c44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9fe9826 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    452d20e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    325aa97 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    86ceb9d View commit details
    Browse the repository at this point in the history