Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v15] [aws] exclude session recordings from S3 sync in teleport-renew-cert #47624

Merged
merged 1 commit into from
Oct 16, 2024

Commits on Oct 16, 2024

  1. [aws] exclude session recordings from S3 sync in teleport-renew-cert

    This PR excludes `records` directory from the sync when renewing the letsencrypt certificate.
    When doing the wildcard sync, `aws sync` downloads the `records` folder which contains audit logs for the cluster which causes failures because of no space left on the disk.
    The certbot hook `teleport-upload-cert` doesn't use the `--delete` flag so the records are never purged from S3 on upload
    
    Fixes #27884
    
    Signed-off-by: Tiago Silva <[email protected]>
    tigrato authored and github-actions committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    3e90abe View commit details
    Browse the repository at this point in the history