(self)
| 445 | return [path.with_suffix(f"{path.suffix}.asc"), path.with_suffix(f"{path.suffix}.sig")] |
| 446 | |
| 447 | def clean(self): |
| 448 | info("Cleaning gpg keys") |
| 449 | shutil.rmtree(self.gpg_home, ignore_errors=True) |
| 450 | |
| 451 | |
| 452 | def get_secretmanager_json(secret_id: str, secret_region: str): |