Sha256: da8985bb356c8ddd4708dfa70ffd56bf3242be584a7953005489a27532f3b5f0

Contents?: true

Size: 535 Bytes

Versions: 5

Compression:

Stored size: 535 Bytes

Contents

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
```

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
conjur-asset-ui-1.3.2 README.md
conjur-asset-ui-1.3.0 README.md
conjur-asset-ui-api-1.2.0 README.md
conjur-asset-ui-api-1.1.1 README.md
conjur-asset-ui-api-1.1.0 README.md