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

Secret environment variables cannot be deleted #96

Closed
justinedelson opened this issue Apr 10, 2020 · 0 comments
Closed

Secret environment variables cannot be deleted #96

justinedelson opened this issue Apr 10, 2020 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@justinedelson
Copy link
Member

Expected Behaviour

$ aio cloudmanager:set-environment-variables 12345 --secret MY_VAR2 "some secret value"
$ aio cloudmanager:set-environment-variables 12345 --delete MY_VAR2

should result in the environment variable being deleted

Actual Behaviour

setting variables... !
Error: Cannot set variables: https://cloudmanager.adobe.io/api/program/54321/environment/12345/variables (400 Bad Request)
    at res.text.then.text (~/workspaces/projects/aio-cli-plugin-cloudmanager/src/client.js:60:39)

Reproduce Scenario (including but not limited to)

Have a Cloud Service program and environment and an integration with the Deployment Manager role

Steps to Reproduce

See above

Platform and Version

Sample Code that illustrates the problem

Logs taken while reproducing problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant