Sha256: 1218f0d572b0f51a8a2197eeba9dc13683dde955b1810b93c66d26d0a40fe7c0

Contents?: true

Size: 644 Bytes

Versions: 56

Compression:

Stored size: 644 Bytes

Contents

@dsl
Feature: Assigning ownership

  Background:

  Scenario: Create without ownership
    When I run script:
    """
role "user", "bob"
    """
    Then the "role" "cucumber:user:bob" should not have an owner

  Scenario: Create with explicit ownership
    When I run script:
    """
role "user", "bob", ownerid: "foobar"
    """
    Then the "role" "cucumber:user:bob" should be owned by "foobar"
    
  Scenario: Create with scoped ownership
    When I run script:
    """
role "user", "bob" do
  owns do
    resource "food", "bacon"
  end
end
    """
    Then the "resource" "cucumber:food:bacon" should be owned by "cucumber:user:bob"
    

Version data entries

56 entries across 56 versions & 1 rubygems

Version Path
conjur-cli-4.28.0 features/dsl_ownership.feature
conjur-cli-4.27.0 features/dsl_ownership.feature
conjur-cli-4.26.0 features/dsl_ownership.feature
conjur-cli-4.25.2 features/dsl_ownership.feature
conjur-cli-4.25.1 features/dsl_ownership.feature
conjur-cli-4.25.0 features/dsl_ownership.feature
conjur-cli-4.24.0 features/dsl_ownership.feature
conjur-cli-4.23.0 features/dsl_ownership.feature
conjur-cli-4.22.0 features/dsl_ownership.feature
conjur-cli-4.21.1 features/dsl_ownership.feature
conjur-cli-4.21.0 features/dsl_ownership.feature
conjur-cli-4.20.1 features/dsl_ownership.feature
conjur-cli-4.19.0 features/dsl_ownership.feature
conjur-cli-4.18.6 features/dsl_ownership.feature
conjur-cli-4.18.0 features/dsl_ownership.feature
conjur-cli-4.17.0 features/dsl_ownership.feature
conjur-cli-4.16.0 features/dsl_ownership.feature
conjur-cli-4.15.0 features/dsl_ownership.feature
conjur-cli-4.14.0 features/dsl_ownership.feature
conjur-cli-4.13.1 features/dsl_ownership.feature