Apply Security Profiles

Apply Security Profiles is the description

Activities Diagram

Actors

Extends Use Cases

Detail Scenarios

Scenario Attach Profile

Attach Profile is the description

Scenario AttachProfile

Criteria

  • Given - Security engineer created security profile and identity
  • When - Security profile is deployed and attached to the identity
  • Then - Security engineer created security profile and identity

Steps

  1. securityprofile create –name secProfile1 –file ./templates/secprofile.yml
  2. identity create –name ID1 –file ./templates/identity.yml
  3. securityprofile deploy –name secProfile1
  4. securityprofile attach –profile secProfile1 –identity ID1

Actors

Scenario Deploy Security Profile

Deploy a Security Profile against an identity in the system.

Scenario DeploySecurityProfile

Criteria

  • Given - A security profile has been created
  • When - The Security Engineer deploys the security profile
  • Then - A security profile has been created

Steps

  1. securityprofile create –name secProfile1 –file ./templates/secprofile.yml
  2. securityprofile deploy –name secProfile1

Actors