Fix: Encrypt private SSH keys in the DB
This commit is contained in:
@@ -32,6 +32,10 @@ class PrivateKey extends BaseModel
|
||||
'team_id',
|
||||
];
|
||||
|
||||
protected $casts = [
|
||||
'private_key' => 'encrypted',
|
||||
];
|
||||
|
||||
protected static function booted()
|
||||
{
|
||||
static::saving(function ($key) {
|
||||
|
||||
Reference in New Issue
Block a user