Apply Security Profiles
Apply Security Profiles is the description
Actors
Extends Use Cases
Detail Scenarios
Scenario Attach Profile
Attach Profile is the description
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
- securityprofile create –name secProfile1 –file ./templates/secprofile.yml
- identity create –name ID1 –file ./templates/identity.yml
- securityprofile deploy –name secProfile1
- securityprofile attach –profile secProfile1 –identity ID1
Actors
Scenario Deploy Security Profile
Deploy a Security Profile against an identity in the system.
Criteria
- Given - A security profile has been created
- When - The Security Engineer deploys the security profile
- Then - A security profile has been created
Steps
- securityprofile create –name secProfile1 –file ./templates/secprofile.yml
- securityprofile deploy –name secProfile1