pam
pam copied to clipboard
Still planned?
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" },
],
}
}
]