pam icon indicating copy to clipboard operation
pam copied to clipboard

Still planned?

Open Radiergummi opened this issue 6 months ago • 0 comments

Is this still planned? I'd like to use a PAM module for SSH and sudo on the servers; it would be so amazing to define grants like:

"grants": [
  {
    "src": ["[email protected]", "group:engineering"],
    "dst": ["tag:server"],
    "app": {
      "example.com/cap/sudo": [
        { "command": "ALL" },
      ],
    }
  }
]

Radiergummi avatar Jul 30 '25 09:07 Radiergummi