AGirin

Results 10 comments of AGirin

Solution here worked for me (second comment): https://github.com/microsoft/tigertoolbox/issues/166

Latest version 3006... It somehow resolved itself in 2 days in bitbucket... But we are still getting this in yum: `Downloading packages: warning: /var/cache/yum/x86_64/7/saltstack/packages/salt-minion-3006.0-0.x86_64.rpm: Header V4 RSA/SHA256 Signature, key ID...

Agreed. 3006.6. - same issue... ``` 2024-02-09 13:28:05,357 [salt.loader.lazy :1167][ERROR ][230522] Exception raised when processing __virtual__ function for salt.loaded.int.module.boto_cloudwatch. Module will not be loaded: '__salt__' 2024-02-09 13:28:05,358 [salt.loader.lazy :1179][WARNING ][230522]...

Workaround is to use jetbrains/teamcity-agent:2022.10.1-linux-sudo... That seems to work on EKS 1.24...

+1 Same issue. ``` ╷ │ Error: Plugin did not respond │ │ with bitbucket_deployment_variable.ec["Test"], │ on test.tf line 94, in resource "bitbucket_deployment_variable" "ec": │ 94: resource "bitbucket_deployment_variable" "ec" {...

Same issue here: `Error: failed creating IAM Role (eks-tech-alb-ingress): MalformedPolicyDocument: Federated principals must be valid domain names or SAML metadata ARNs │ status code: 400, request id: a20397b1-558b-4528-9360-f1b6cde084d2 │ │...

Answered my own question: ` cluster_identity_oidc_issuer = data.terraform_remote_state.eks.outputs.cluster_oidc_issuer_url cluster_identity_oidc_issuer_arn = data.terraform_remote_state.eks.outputs.oidc_provider_arn ` It used to be: ` cluster_identity_oidc_issuer = "data.terraform_remote_state.eks.outputs.cluster_oidc_issuer_url" cluster_identity_oidc_issuer_arn = "data.terraform_remote_state.eks.outputs.oidc_provider_arn" `

I get similar error but on the master: ``` salt-master[2925533]: [ERROR ] Publish server binding pub to /var/run/salt/master/master_event_pub.ipc ssl=None ```