CiscoDevNet / terraform-provider-iosxe

Terraform Cisco IOS-XE Provider
https://registry.terraform.io/providers/CiscoDevNet/iosxe
Mozilla Public License 2.0
50 stars 22 forks source link

asking for support of yang model 'Cisco-IOS-XE-http' #138

Open sthoneder opened 3 months ago

sthoneder commented 3 months ago

Currently, Yang-model IOS-XE HTTP is not fully supported hence the restconf generic workaround needs to be used to control the following example IOS-XE CLI

ip http secure-active-session-modules none
ip http max-connections 16
ip http active-session-modules none

Following CLI is part of the iosxe_system resource.

ip http client source-interface Loopback0
ip http server
ip http authentication aaa login-authentication AuthC
ip http authentication aaa exec-authorization  AuthZ
ip http secure-server

It would be desirable to also have the rest of this Yang-model (/native/ip/ios-http:http) available as TF resource.