conjur-asset-ui =============== This Gem is a Conjur plugin providing UI features. Usage ----- First install the gem, with the rather clumsy name `conjur-asset-ui-api`. ``` gem install conjur-asset-ui-api ``` Or add the following line to your `Gemfile`: ``` gem 'conjur-asset-ruby-api' ``` Next, edit your `.conjurrc` file to add the `"ui"` plugin, for example: ``` stack: v4 account: sandbox plugins: - ui - layer ``` Make sure you are logged into conjur: ``` conjur authn:login ``` And run the UI: ``` conjur ui ```