Steffen Klemer
Steffen Klemer
Just added 'package' to rpc json and provided a cli option for it.
I can't find a way to use variables for integer fields like wifi channels. Either it is non-conforming json or it doesn't fit the schema.
Add a `auth_header` attribute that is used verbatim as Authorization header (i.e. without prefixing `Token `). We use this to support oauth2 flows with Bearer tokens (patch for nautobot will...
https://github.com/nautobot/nautobot-plugin-ssot/blob/3180458d09c40f64e7533f661e65ff6553f080f3/nautobot_ssot/tables.py#L12 I suppose `overview=` should be changed to `sync=`, here and also in the following link template in the same file.
We should implement a 'cert' and/or 'key' object with clean getters for things like subject, issuer, type, key-type (RSA, EC..), pem, der, keysize... . This affects utils.pem2cert(), utils.b642cert(), crypto.from_keyspec() .
As the the title says. The current example for Tumbleweed doesn't work for openSUSE stable. I'm not entirely sure that the one provided here works with tumbleweed so I added...
Solve #200 and CVE-2024-3596 (Blast-RADIUS)
##### ISSUE TYPE - Template Issue with error and raw data ##### TEMPLATE USING Default aruba_aoscx `show system` template from main ``` Value Required HOSTNAME (\S+) Value CONTACT (\S+) Value...
### Environment * netutils version: Dev Netmiko gained Aruba AOSCX functionality in 2024: - https://github.com/ktbyers/netmiko/releases/tag/v4.4.0 - https://github.com/ktbyers/netmiko/blob/9c6078c9cf116ee266252ac5bf8cc74f395c7d27/PLATFORMS.md?plain=1#L137 ### Proposed Functionality Add Mapping aruba_aoscx aruba_aoscx into both netmiko dictionaries. ### Use...