wallix/terraform-provider-wallix-bastion

[ Feature ] - Support for API 3.12

bsimonWallix opened this issue · 1 comments

API v3.12 may become the next LTS version.

List of API change from 3.8 LTS:

  • 3.12
    • Approvals Requests
      • Add fields “authorization” and “is_active” in GET request.
      • Add approver group notification.
      • Add the possibility to cancel an approval request with “accepted” status.
      • Add fields “account”, “domain”, “device”, “application” and “service” in GET request.
    • Device Services
      • Add support of multi_tunneling for RAWTCPIP service in GET/POST/PUT.
    • Password Rights
      • Add query string parameter “count” in GET request.
    • Session Rights
      • Add field “session_sharing” for device and application rights in response.
      • Add query string parameter “count” in GET request.
      • Add “service_options” field including “multi_tunneling” fieldsin response.
      • Add query string parameter “last_connection” in GET request.
      • Add POST method to build a remote application token.
    • Sessions
      • Add parameter “otp” to GET request.
    • Sessions Requests
      • New resource.
  • 3.11
    • Authorizations
      • Add field “authorize_session_sharing”.
      • Add field “session_sharing_mode”.
      • These fields will be usable in a future version.
    • Certificate Authorities
      • New resource.
      • Introduce certificate authorities support.
    • Claim Custom
      • New resource.
  • 3.10
    • License Info
      • Fix type of fields “evaluation” and “revoked” in schema.
      • Add fields “legacy” and “product_name”.
  • 3.9
    • Applications
      • Add support of jumphost applications.
    • Connection Policies
      • Add field “type” in GET/POST requests.
    • Jumphost
      • New resource.
    • License Info
      • Add fields “web_jumphost_concurrent_users” and “web_jumphost_concurrent_users_max”.
    • Scan Jobs
      • Introduce Azure cloud scan support.
      • Introduce device tags in results.
    • Scans
      • Introduce Azure cloud scan support.
    • Version
      • Add wab_form_factor field

Support for 3.12 was added in the v0.14.0 but not all new endpoint were defined.
Still work to be done.