CiscoDevNet / terraform-provider-fmc

Terraform Provider for FMC
https://registry.terraform.io/providers/CiscoDevNet/fmc/latest/docs
Mozilla Public License 2.0
16 stars 30 forks source link

FMC auth with rotating password / account lockout #163

Open jb901 opened 2 months ago

jb901 commented 2 months ago

FMC uses ISE for identity with RSA token credential which rotates every 60 seconds. I prompt for the token (as password) at runtime, however, doing a bulk deploy of two devices locked out my account after the devices were provisioned, but before Terraform could be made aware of the deployment state due to reauthentication attempts with the old token.

Is there no way to cache authentication for the duration of the session?