Nejc Habjan
Nejc Habjan
Do you think this is still relevant after https://github.com/dev-sec/ansible-collection-hardening/pull/685, @rndmh3ro? In a way it'd be nice to have some hardening defaults for auditd as well, but not sure if these...
Oh, completely missed that one, good to do some cleanup here. Thanks a lot @nickbroon!
@dnsmichi posted a nice extensive blog post at https://about.gitlab.com/blog/2023/02/01/efficient-devsecops-workflows-hands-on-python-gitlab-api-automation/. Thanks a lot for the writeup and shoutout there @dnsmichi! :) Maybe we can just add some docs sections for "Featured...
@crizzs if you read through this thread you'll see you can use `mr.approvalrules.create()` instead. We should update our docs a bit probably.
> Hello, I have problem with container_expiration_policy. I want to create project with adding container_expiration_policy settings. Could you help me how I can make it? @SamirNabadov please read https://github.com/python-gitlab/python-gitlab/issues/1106#issuecomment-1063352888
Revisiting this.. for now I think we should maybe avoid manual mappings when the upstream API has inconsistencies, as it's a maintenance burden even with existing attributes that we maintain...
@camilstaps I've started implementing this upstream, so I'm going to close this here as it'll be available via python-gitlab as soon as the API exposes it. Feel free to follow...
@mstenz yes I'd say that assumption is for open source. For self-hosted EE (or Free) instances, we can't really do this flow without users also providing the instance URL and...
There is now some motivation on the GitLab side to make this more feasible across self-managed instances as well: https://gitlab.com/gitlab-org/gitlab/-/issues/413809 We could potentially hook into that if it gets implemented....
Thanks for all the follow-up issues @nikolaik. If I find some time I can try to take a look as well eventually :) Calver makes sense to me, would those...