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

Add support for the traffic anomaly predictor #958

Open
sokolbpg opened this issue Jan 8, 2025 · 1 comment
Open

Add support for the traffic anomaly predictor #958

sokolbpg opened this issue Jan 8, 2025 · 1 comment
Labels
status/triaged The issue/PR has completed initial triage and needs assignment type/enhancement New feature or request

Comments

@sokolbpg
Copy link

sokolbpg commented Jan 8, 2025

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Update the provider to support creating/updating the traffic anomaly predictor. This predictor was released back in August, but is not yet supported by this provider.

New or Affected Resource(s)

  • pingone_risk_predictor

Potential Terraform Configuration

resource "pingone_risk_predictor" "traffic_anomaly" {
  environment_id = pingone_environment.my_environment.id
  name           = "Traffic Anomaly"
  compact_name   = "trafficAnomaly"

  default = {
    result = {
      level = "MEDIUM"
    }
  }

  predictor_traffic_anomaly = {}
}

References

@sokolbpg sokolbpg added status/needs-triage The issue/PR needs initial triage type/enhancement New feature or request labels Jan 8, 2025
@patrickcping patrickcping added status/triaged The issue/PR has completed initial triage and needs assignment and removed status/needs-triage The issue/PR needs initial triage labels Jan 9, 2025
@patrickcping
Copy link
Collaborator

Hi @sokolbpg thanks for raising! I can see this is a predictor that we do need to add. I'll round with the team and look to get this included in an upcoming release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/triaged The issue/PR has completed initial triage and needs assignment type/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants