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

Reconcile a Service Account for the pgBackRest Repo Host #4072

Merged
merged 1 commit into from
Jan 15, 2025
Merged

Conversation

tjmoore4
Copy link
Contributor

@tjmoore4 tjmoore4 commented Jan 14, 2025

Checklist:

  • Have you added an explanation of what your changes do and why you'd like them to be included?
  • Have you updated or added documentation for the change, as applicable?
  • Have you tested your changes on all related environments with successful results, as applicable?
    • Have you added automated tests?

Type of Changes:

  • New feature
  • Bug fix
  • Documentation
  • Testing enhancement
  • Other

What is the new behavior (if this is a feature change)?

  • Breaking change (fix or feature that would cause existing functionality to change)
    Currently, the pgBackRest repo host uses the 'default' service
    account. However, EKS's IAM role integration requires a specific
    annotation to enable this feature. This change adds a new SA
    for the repo host to allow PGO to reconcile a SA with this annotation,
    thus allowing the IAM integration to work as expected.

Other Information:
fixes #4006
Issue: PGO-2123

Currently, the pgBackRest repo host uses the 'default' service
account. However, EKS's IAM role integration requires a specific
annotation to enable this feature. This change adds a new SA
for the repo host to allow PGO to reconcile a SA with this annotation,
thus allowing the IAM integration to work as expected.

fixes #4006
Issue: PGO-2123
@tjmoore4 tjmoore4 changed the title Initial commit Reconcile a Service Account for the pgBackRest Repo Host Jan 15, 2025
@tjmoore4 tjmoore4 marked this pull request as ready for review January 15, 2025 15:43
@tjmoore4 tjmoore4 merged commit d0a80f0 into main Jan 15, 2025
18 checks passed
@tjmoore4 tjmoore4 deleted the repo-host-sa branch January 15, 2025 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Backup to S3 using IRSA does not work
3 participants