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

[UX2.0] Remote Access parcel configuration is not correct #265

Open
tzarski0 opened this issue Jun 11, 2024 · 1 comment
Open

[UX2.0] Remote Access parcel configuration is not correct #265

tzarski0 opened this issue Jun 11, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@tzarski0
Copy link
Collaborator

Few problems:

  1. Some options available in resource are not available in GUI.
  2. When I configure the remote access over the UI, I see lot's of options/switches available. However if I configure remote access over terraform and then go to edit in GUI, some options are not available (most radio buttons don't show up at all).

Here's the resource I used:

  + resource "sdwan_system_remote_access_profile_parcel" "system_remote_access_profile_parcel" {
      + aaa_enable_accounting               = true
      + aaa_specify_name_policy_name        = "policy-test-name"
      + aaa_specify_name_policy_password    = "ihuCmug14AFrcEJD"
      + any_connect_eap_authentication_type = "device"
      + connection_type_ssl                 = true
      + description                         = "remote access parcel with full configuration"
      + enable_crl_check                    = true
      + feature_profile_id                  = (known after apply)
      + id                                  = (known after apply)
      + ikev2_anti_dos_threshold            = 1000
      + ikev2_local_ike_identity_type       = "IPv4 ADDRESS"
      + ikev2_local_ike_identity_value      = "10.1.1.1"
      + ikev2_security_association_lifetime = 86400
      + ipsec_anti_replay_window_size       = 512
      + ipsec_enable_anti_replay            = true
      + ipsec_enable_perfect_foward_secrecy = true
      + ipsec_security_association_lifetime = 86400
      + ipv4_pool_size                      = 500
      + ipv6_pool_size                      = 512
      + name                                = "remote_access_full"
      + psk_authentication_pre_shared_key   = "ginvjjBev1K6wIsi"
      + psk_authentication_type             = "group"
      + radius_group_name                   = "radius-0"
      + version                             = (known after apply)
    }
@seconroy
Copy link
Collaborator

seconroy commented Jun 13, 2024

This seems to be occurring when connection_type_ssl is true, switching it to false should fix the UI options/switches issue while I continue to look into it

@seconroy seconroy self-assigned this Jun 13, 2024
@danischm danischm added the bug Something isn't working label Jun 15, 2024
seconroy added a commit to seconroy/terraform-provider-sdwan that referenced this issue Jul 24, 2024
seconroy added a commit to seconroy/terraform-provider-sdwan that referenced this issue Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants