Skip to content

[BUG] - Incompatibility with Wallix API 3.12: jumphost category dropped, web applications unsupportedΒ #90

@mira1991

Description

@mira1991

πŸ› Bug Report

Description

Since the release of Wallix API 3.12, the API has dropped support for "jumphost" applications and introduced a new category "web" applications.

However, the current Terraform Wallix provider does not yet support this change.

As a result, creating application resources with the old jumphost category fails.


πŸ” Steps to Reproduce

  1. Use the Wallix Terraform provider with a Wallix API version β‰₯ 3.12

  2. Define an application resource using category jumphost

    resource "wallix-bastion_application" "test_app" {
       application_name  = "test"
       category          = "jumphost"
       browser           = "chrome"
       browser_version   = "latest"
      ...
    }
  3. Run tofu apply


⚠️ Actual Behavior

Terraform fails to create the application, returning an API error indicating Bad Request.


βœ… Expected Behavior

The provider should:

  • Drop support for jumphost category.
  • Add support for the new web category introduced in Wallix API 3.12.

🧩 Environment

  • Provider version: 0.14.8
  • tofu version: 1.10.6
  • Wallix API version: 3.12

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions