CiscoISE / terraform-provider-ciscoise

Terraform Provider for Cisco ISE
https://registry.terraform.io/providers/CiscoISE/ciscoise/latest/docs
MIT License
10 stars 4 forks source link

ciscoise_pxgrid* APIs #24

Closed ragu2k8 closed 2 years ago

ragu2k8 commented 2 years ago

@wastorga Looks the documentation and provider config does not say much about using pxgrid apis as its different from other APIs and here we need to create pxgrid account which uses password based auth or cert based auth which generates client secret for further subsequent calls so just wondering if i missed something .

wastorga commented 2 years ago

Sorry for the delay. You can get more information here:

wastorga commented 2 years ago

@ragu2k8 ciscoise_pxgrid* have been removed in v0.2.0. They have been classified as unsafe by the team.

wastorga commented 2 years ago

Next 0.3.0 version will transform some of them to resources.

ragu2k8 commented 2 years ago

got it thanks.