-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Add support for archival #425
Conversation
5130a1d
to
7dbf245
Compare
@alexandrevilain do you have an ETA for archival support? It is mandatory for our production deployment. Alternatively, we can implement #418 but I guess that will take longer. |
Hi @yujunz ! Happy to read that you’re deploying this project in production! Even if we are using this operator in production at work, it’s not my daily job to maintain it. So I’m sorry but I can’t give you any ETA. Maybe during the following weeks, but not 100% confident about that. |
Understood. We just need to make decisions on either turning to helm chart for flexibility and features completeness or sticking to operator to reduce maintenance overhead in the long term. A few weeks fit our schedule well. Let me know if anything I can help to accelerate the delivery. |
7dbf245
to
96d69ae
Compare
@yujunz Are you using EKS ? I'll need some testers to check if IAM authentication will work for archival :) |
Yeah, glad to help. Let me know when it is ready for testing. |
e10ec82
to
4075a9c
Compare
4075a9c
to
8961bc4
Compare
@alexandrevilain I can help you with test IAM at AWS EKS |
Hi @yujunz and @DodgeCamaro ! |
example of trust_relationships
s3 policy example
|
Update example at this PR #445 UPD: At k8s serviceAccount have same Annotations |
docs: update example
I don't understand. What's missing on the operator side ? A service account per service type ? |
All temporal services have their own ServiceAccount.
|
Alright, so with both iam role on ServiceAccount + trust relationship it works well ? No need to update the operator code ? |
Don't need any update from operator code |
Thanks, last test step for me is GCS |
Kudos, SonarCloud Quality Gate passed!
|
This PR closes #364