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

WAF creation failure #32

Open
mlangdon opened this issue Mar 15, 2021 · 0 comments
Open

WAF creation failure #32

mlangdon opened this issue Mar 15, 2021 · 0 comments

Comments

@mlangdon
Copy link

WAF is failing to create with following error even though namespace was created earlier in the process. Namespace in this scenario was not pre-existing, so the value for ns pre-existing set to default value of false:

module.skg.null_resource.apply_manifest (local-exec): deployment.apps/redis-cart created
module.skg.null_resource.apply_manifest (local-exec): service/redis-cart created
module.skg.null_resource.apply_manifest (local-exec): deployment.apps/loadgenerator created
module.skg.null_resource.apply_manifest: Creation complete after 5s [id=1045088281279302383]

Error: error creating Waf: Creating object: Unsuccessful POST at URL https://treino.console.ves.volterra.io/api/public/namespaces/sk8-1/wafs, status code 404, body {
"code": 5,
"message": "Namespace sk8-1 does not exist",
"details": [
{
"@type": "type.googleapis.com/ves.io.stdlib.server.error.Error",
"code": "UNKNOWN",
"details": "Namespace sk8-1 does not exist",
"timestamp": "2021-03-15 21:55:10.700037277 +0000 UTC m=+222072.774188472"
}
]
}, err %!s()

on .terraform/modules/skg/loadbalancer.tf line 36, in resource "volterra_waf" "this":
36: resource "volterra_waf" "this" {

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

No branches or pull requests

1 participant