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.
The
downloadmethod of theSecretsservice returns an instance of the DownloadResponse model, but that model is hardcoded to return a fake set of secrets:Expected result
It should return the actual secrets of the requested project and config, limited to those specified in the optional
secretsparameter if present.