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

bigip_waf_entity_param | level "none" or "global' #998

Open
bwearp opened this issue Jul 5, 2024 · 9 comments
Open

bigip_waf_entity_param | level "none" or "global' #998

bwearp opened this issue Jul 5, 2024 · 9 comments
Labels

Comments

@bwearp
Copy link

bwearp commented Jul 5, 2024

Environment

  • TMOS/Bigip Version: 16.1.3.3
  • Terraform Version: v1.9.0-dev
  • Terraform bigip provider Version: 1.17.1

Summary

when submitting a new parameter with:
level = "global" ==> "Error: Invalid value for Parameter Level to set" - after terraform apply myplan
level = "none" ==> "Error: expected level to be one of [global url flow]" - after terraform plan -out myplan

The default setting is the wildcard URL - in the GUI/TMSH, the default setting is Global
Unfortunately I am working in a bank and so I do not have access to GitHub from my work pc....

Hope this is enough - apologies if not

@bwearp bwearp added the bug label Jul 5, 2024
@pgouband
Copy link
Collaborator

Hi,

Thanks for reporting. Added to the backlog and internal tracking ID for this request is: INFRAANO-1619.

@bwearp
Copy link
Author

bwearp commented Aug 12, 2024

Hiya. Sorry to hassle. Would you be able to give a very approximate fix date that I can tell the boss? 😊

@pgouband
Copy link
Collaborator

Hi,

For the release after the one we are working on so end of October but we will try to fix it earlier if possible.

@RavinderReddyF5
Copy link
Collaborator

Hi @bwearp,

I didn't see any issue. below is config I used. please let me know is this something missed from my config:

data "bigip_waf_entity_parameter" "Param1" {
  name                   = "Param1"
  type                   = "explicit"
  data_type              = "alpha-numeric"
  level                  = "global"
  check_max_value_length = true
  check_min_value_length = true
  max_value_length       = 30
  min_value_length       = 15
  perform_staging        = true
}

resource "bigip_waf_policy" "this" {
  name                 = "Test-ASM-Automation-Scenario2"
  partition            = "Common"
  template_name        = "POLICY_TEMPLATE_FUNDAMENTAL"
  application_language = "utf-8"
  enforcement_mode     = "blocking"
  server_technologies  = ["Apache Tomcat", "MySQL", "Unix/Linux"]
  parameters           = [data.bigip_waf_entity_parameter.Param1.json]
}

@bwearp
Copy link
Author

bwearp commented Sep 10, 2024 via email

@pgouband
Copy link
Collaborator

Hi @bwearp,

Can you share some examples causing the error?

@RavinderReddyF5
Copy link
Collaborator

hi @bwearp,can you please try with latest version of TF BIG-IP Version: v1.22.3

@bwearp
Copy link
Author

bwearp commented Sep 10, 2024 via email

@bwearp
Copy link
Author

bwearp commented Sep 10, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants