Christian Adell
Christian Adell
Hi @leothelyon17 , there is an issue (and an ongoing effort) to provide this capability for all the Nautobot apps: https://github.com/nautobot/nautobot/issues/1835
We are considering adding a model for URL endpoints (with reference to secrets) that would make it easy to implement cc @jdrew82 @smk4664
More info: https://github.com/nautobot/nautobot/issues/1835
it's here: https://github.com/nautobot/nautobot/pull/4740
Taking it to reproduce it, and then solve it
I just run it from latest version and worked smoothly: These were my creds using the devnet always on instance: ``` NAUTOBOT_APIC_BASE_URI_ASH=https://sandboxapicdc.cisco.com NAUTOBOT_APIC_USERNAME_ASH=admin NAUTOBOT_APIC_TENANT_PREFIX_ASH="ASH_ACI" NAUTOBOT_APIC_SITE_ASH="ASH ACI" NAUTOBOT_APIC_PASSWORD_ASH= NAUTOBOT_APIC_VERIFY_ASH=False ``` could...
Hi @JockeW-DvL , in the `nbshell`, I reproduced all the steps that are done to process the `aci_creds`dictionary (using your config), and it succeeds: ``` >>> config = {'aci_apics': {'NAUTOBOT_APIC_BASE_URI_ASH':...
hi @JockeW-DvL , if you are at Cisco Live, you can pass by the NTC booth and there are a few engineers who could help you it.
this idea of the atomic transaction makes sense when you have Nautobot on the target side, but not generally speaking, for other external API targets. This was the reason to...
> @itdependsnetworks is working on something that should address this I think that the approach from @itdependsnetworks helps on that line, but what this FR is about is adding support...