Forum Discussion
Is it possible to integrate to Hashicorp Vault?
- 3 years ago
FMohara wrote:
Or is it possible to recover the password string from a variable in the memory of the application? (I would then create a separate powershell script to populate that variable calling the vault)
It should not be possible to recover any passwords from the server. But if you are just looking to populate them using a script there are REST endpoints like the following one for PBIX reports PBIRS | 2.0 | microsoft-rs | SwaggerHub which will allow you to set the credentials for a give data source
FMohara wrote:
Or is it possible to recover the password string from a variable in the memory of the application? (I would then create a separate powershell script to populate that variable calling the vault)
It should not be possible to recover any passwords from the server. But if you are just looking to populate them using a script there are REST endpoints like the following one for PBIX reports PBIRS | 2.0 | microsoft-rs | SwaggerHub which will allow you to set the credentials for a give data source
Thank you so much.
Didn't test yet, but the PUT /datasource({id}) might work for me.
Get a script to call the vault and then call this api to update the datasource.
Should work just fine.
- d_gosbell3 years agoSuper User
I have not tested either, but I think possibly doing a GET then adding credentials and doing a PATCH request might work.