netascode / terraform-aci-nac-aci

Terraform Cisco ACI Nexus-as-Code Module
https://registry.terraform.io/modules/netascode/nac-aci/aci
Apache License 2.0
21 stars 25 forks source link

Feature - Define Global AES encryption settings, under export policy. #156

Closed jorgenspange closed 1 month ago

jorgenspange commented 1 month ago

Would be nice to define Global AES encryption through net-as-code: image image

br

juchowan commented 1 month ago

Hi, AES encryption should be handled with config passphrase module: https://developer.cisco.com/docs/nexus-as-code/config-passphrase/

jorgenspange commented 1 month ago

hi, @juchowan

Wow, thanks!

Does the syntax has to be password!password! like it's in the example or could the string be whatever?

br Jørgen

juchowan commented 1 month ago

no, it's just example password we used, attribute accepts a string value with max 32 characters

jorgenspange commented 1 month ago

Great, thanks for the assistance! My request is then answered.