-
Notifications
You must be signed in to change notification settings - Fork 671
Protected Environments not supported #1130
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
Comments
I don't have access to Gitlab Premium. That's why I'm not really implementing these features, but I would be open to review any MRs regarding EE features. |
Thanks for responding @max-wittig For now I am using cURL to complete my automation through API for protected environments. Once this is complete; I'll try to come back and submit MR for this. |
@nastrofaction is there any update on this? |
- https://docs.gitlab.com/ee/api/protected_environments.html - python-gitlab#1130 no write operation are implemented yet as I have no use case right now and am not sure how it should be done
- https://docs.gitlab.com/ee/api/protected_environments.html - python-gitlab#1130 no write operation are implemented yet as I have no use case right now and am not sure how it should be done
- https://docs.gitlab.com/ee/api/protected_environments.html - python-gitlab#1130 no write operation are implemented yet as I have no use case right now and am not sure how it should be done
- https://docs.gitlab.com/ee/api/protected_environments.html - python-gitlab#1130 no write operation are implemented yet as I have no use case right now and am not sure how it should be done
- https://docs.gitlab.com/ee/api/protected_environments.html - python-gitlab#1130 no write operation are implemented yet as I have no use case right now and am not sure how it should be done
- https://docs.gitlab.com/ee/api/protected_environments.html - python-gitlab#1130 no write operation are implemented yet as I have no use case right now and am not sure how it should be done
- https://docs.gitlab.com/ee/api/protected_environments.html - python-gitlab#1130 no write operation are implemented yet as I have no use case right now and am not sure how it should be done
- https://docs.gitlab.com/ee/api/protected_environments.html - python-gitlab#1130 no write operation are implemented yet as I have no use case right now and am not sure how it should be done
- https://docs.gitlab.com/ee/api/protected_environments.html - python-gitlab#1130 no write operation are implemented yet as I have no use case right now and am not sure how it should be done
I added support for Protected Environments in #2084 which is merged but not released yet Do note that the API use the name |
Protected environment support is available since v3.6.0. Should this issues now be closed? |
Oh, completely missed that one, good to do some cleanup here. Thanks a lot @nickbroon! |
Description of the problem, including code/CLI snippet
Per API: https://docs.gitlab.com/ee/api/protected_environments.html we should be able to create protected environment but the code fails as it isn't supported
Expected Behavior
should create the protected environment
Actual Behavior
Doesn't work
Specifications
The text was updated successfully, but these errors were encountered: