napalm-automation-community / napalm-arubaos-switch

NAPALM driver for ArubaOS-Switch
MIT License
16 stars 9 forks source link

ConfigPayload fails when *-credentials in config file #1

Closed gcotone closed 3 years ago

gcotone commented 4 years ago

somewhat related to HPE bug CR_0000247435.

After loading a config payload with include-credentials, encrypt-credentials or hide-sensitive-data, every sub-subsequent request fails with 400 Bad Req. After cfg-restored is run, the same behavior is seen.

Workaround:

So far, reconnecting after the load_replace_candidate() and compare_config() seems to work, but there's no reliable status code for those events.

Software: WC.16.09.0004

gcotone commented 3 years ago

This seems to be fixed in newer versions. Closing