We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hash
NOTE: this is a hash function so decrypt is not needed
Hello AVD Developers,
Do you have any plans to extend filter with user type? This can be useful when setting "local_users" input variables, like:
local_users: - name: <str> sha512_password: "{{ text_password | arista.avd.encrypt(passwd_type='loca_user', hash_algorithm='sha512', key='') }}"
BR
Originally posted by @PHipnarowicz in #3874
The text was updated successfully, but these errors were encountered:
Maybe we should have an arista.avd.hash filter instead, since this is technically not encryption.
arista.avd.hash
Sorry, something went wrong.
encrypt
This issue is stale because it has been open 90 days with no activity. The issue will be reviewed by a maintainer and may be closed
Successfully merging a pull request may close this issue.
NOTE: this is a hash function so decrypt is not needed
Hello AVD Developers,
Do you have any plans to extend filter with user type? This can be useful when setting "local_users" input variables, like:
BR
Originally posted by @PHipnarowicz in #3874
The text was updated successfully, but these errors were encountered: