Search results

  1. V

    Unable to change permissions to /etc/ceph/ceph.conf (pmxcfs issue), in order to run ceph status?

    Actually, I was able to grant the telegraf user permission to those files by adding it to the www-data group. root@syd1:/etc/ceph# usermod -a -G www-data telegraf root@syd1:/etc/ceph# groups telegraf telegraf : telegraf www-data ceph However, I then hit a second issue around permissions...
  2. V

    LDAP Authentication - does it support client certificates?

    Aha, so you're saying I could do this via the API? The wiki article isn't very clear on how to setup authentication realms - it seems to imply you need to setup a /etc/pve/domains.cfg file. I'm searching, but the documentation on this is rather sparse - happy to contribute to the wiki...