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
Hi, Im syncing some assets into a secondary system and need to provide the IPMI creds.
Is there a way for me to extract a decrypted ipmi_password from an asset via the the database? I cant seem to find where the decryption key is stored
The text was updated successfully, but these errors were encountered:
I'd imagine you have figured this out already, but the easiest option is probably to use collins-shell to get this. You can run a command like this:
collins-shell
collins-shell asset find --selector="tag:TUMBLRTAG1" --exec="COMMAND -p {{ipmi.password}}"
That will run the command you specify for each asset found and insert the ipmi password.
Sorry, something went wrong.
No branches or pull requests
Hi,
Im syncing some assets into a secondary system and need to provide the IPMI creds.
Is there a way for me to extract a decrypted ipmi_password from an asset via the the database? I cant seem to find where the decryption key is stored
The text was updated successfully, but these errors were encountered: