Nicolas Marcq

Results 212 comments of Nicolas Marcq

- [ ] new model linked to nothing. but same attributes as existing RG. ResourceGrougTemplate & ResourceGroupAttributeDefinitionTemplate - [ ] button create a template from this RG - [ ]...

This is the [RBAC feature](https://github.com/HewlettPackard/squest/discussions/8) which is not started yet. But yes it's in the pipe :)

For this one: - page to manage group (CRUD on group) - add/remove user from group - link the group to permissions: - request on service (can read and request)...

Hi, This is definitely in our pipe. It's a must have nowaday and we know that. It's just a matter of time. We are working a lot on our instance...

@a-belhadj this one has been fixed?

Broken again with vscode 1.65.0. Edit: actually it's Ansible extension.

No no I meant that the issue doesn't come from this repo. It's the official Red Hat Ansible plugin.

Weird, I never had this error. And CORS [are set to accept all](https://github.com/Sispheor/piclodio3/blob/master/back/piclodio3/settings.py#L141).

I fixed that issue by replace the line number 349 in apps/auth/app.js ``` var setpass = spawn( '/usr/bin/sudo', [setpipass] ); ``` by this one ``` var setpass = spawn( '/usr/bin/sudo',...

Thanks for your answer. Yes the executed benchmark only perform a get operation. Actually I tried at first with the default "site based cache" and the script help me to...