Skip to content

Secrets download method returns fake data rather than actual secrets of the specified project and config #29

@GregLMcDonald

Description

@GregLMcDonald

The download method of the Secrets service returns an instance of the DownloadResponse model, but that model is hardcoded to return a fake set of secrets:

{
  "STRIPE": null,
  "ALGOLIA": null,
  "DATABASE": null,
  "USER": null
}

Expected result

It should return the actual secrets of the requested project and config, limited to those specified in the optional secrets parameter if present.

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