How to upload secret to The Tonomi Vault

As you probably know - Tonomi is a tool for "autonomic management of cloud applications".
Today I want to tell you how to upload secret to the Tonomi Vault:

Open Tonomi Vault:
  • Go to environment and click to <environment name> Secure Vault 2.0
  • Next, go to "Structure" tab, and tap to the "defaultKeyPublisher": 
  • After that, go to "Activity Log" tab. On the right side of the screen you watch URL:

  • Copy this URL, and go to the console.  
  • Need to use curl command for uploading secret: 
curl --request POST --insecure --url <URL copied from previous step> -d ‘<secret>’ -v
  • After successful upload on the right side of the screen you will see “command finished”:
 

 






Комментарии

Популярные сообщения из этого блога

How to work with authentication in Zookeeper?

How-to use cUrl for work with ZKUI.

Consul-template: how to run exec command, if file changed? Create a "watcher" via consul-template.