Sha256: b1c36ec491500222c232309b469261fe3e1233b3166a59571c97482f45a950df

Contents?: true

Size: 337 Bytes

Versions: 6

Compression:

Stored size: 337 Bytes

Contents

Feature: Show public keys for a user

  Background:
    Given I load the policy:
    """
    - !user
      id: alice
      public_keys:
      - ssh-rsa AAAAB3NzaC1yc2EAAAADAQ laptop
    """

  Scenario: After adding a key, the key is shown
    When I run `conjur pubkeys show alice`
    And the output should match /^ssh-rsa .* laptop$/

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
conjur-cli-6.2.6 features/pubkeys/show.feature
conjur-cli-6.2.5 features/pubkeys/show.feature
conjur-cli-6.2.4 features/pubkeys/show.feature
conjur-cli-6.2.3 features/pubkeys/show.feature
conjur-cli-6.2.2 features/pubkeys/show.feature
conjur-cli-6.2.1 features/pubkeys/show.feature