Closed makagonr closed 3 years ago
The "protected" strings are base64, so if you forget which is which, just decode them. One is {"alg":"dir","enc":"f5sv"} and the other is {"alg":"dir","enc":"none"}.
Discussing on the DEV call this Thursday.
Created Jira CHARON-404 for PM tracking
@makagonr issue is resolved in a Pre-release. Please get the image from the link in the Jira CHARON-404. Closing this out
Is your feature request related to a problem? Please describe.
Inside UCS/config file, there might be passwords and passphrases. AS3 schema also allows them.
Example for password
Example for passphrase
Describe the solution you'd like
The passwords/passphrases are added to output objects according to AS3 schema:
According to: https://clouddocs.f5.com/products/extensions/f5-appsvcs-extension/latest/refguide/schema-reference.html#monitor-radius-passphrase "protected" field description:
So as I understand it - if there is "$M$" prefix inside the password content, which indicates that SecureVault is used to encrypt the value, then: "protected"="eyJhbGciOiJkaXIiLCJlbmMiOiJmNXN2In0" else: "protected"="eyJhbGciOiJkaXIiLCJlbmMiOiJub25lIn0"
Regards