You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to deploy the master branch with 'terraform apply' I am experiencing the following:
Error: creating KMS Key: MalformedPolicyDocumentException: Policy contains a statement with one or more invalid principals.
I believe this is due to the hard-coded "account_id" in this file on line 22.
While troubleshooting, I discovered this existing issue under the Terraform AWS EKS module. It specifies that this module must be deployed under a role rather than a user. I attempted to create a role with administrative permissions and assume this role, but I continued to receive an error when attempting to create the KMS key.
I further attempted to replace this hard coded "account_id" with the ARN of the role which I was trying to assume. This yielded the same result.
There is no W&B documentation regarding the creation of the role. I reviewed both the documentation available on docs.wandb.ai and within the README.txt of the terraform-aws-wandb repo.
When attempting to deploy the master branch with 'terraform apply' I am experiencing the following:
Error: creating KMS Key: MalformedPolicyDocumentException: Policy contains a statement with one or more invalid principals.
I believe this is due to the hard-coded "account_id" in this file on line 22.
While troubleshooting, I discovered this existing issue under the Terraform AWS EKS module. It specifies that this module must be deployed under a role rather than a user. I attempted to create a role with administrative permissions and assume this role, but I continued to receive an error when attempting to create the KMS key.
I further attempted to replace this hard coded "account_id" with the ARN of the role which I was trying to assume. This yielded the same result.
There is no W&B documentation regarding the creation of the role. I reviewed both the documentation available on docs.wandb.ai and within the README.txt of the terraform-aws-wandb repo.
I tried utilizing both the main.tf in the public-dns-external and public-dns-with-route53 examples and in the master branch.
Version info:
wandb v4.7.2
Terraform v1.8.1
on linux_amd64
The text was updated successfully, but these errors were encountered: