An administrator wants to create a blueprint for a development environment that uses an existing on-premise GitLab repository. Every new development environment requires a new user in the GitLab repo.
Which two tasks should the administrator perform within a Calm blueprint to automate this process? (Choose two.)
- Create an HTTP pre-create task to create the user in GitLab via REST API.
- Create runtime-editable variables for user and password in the blueprint.
- Add a task within the service in order to ask for user and password at runtime.
- Create a task script in order to login with ssh to GitLab and create a random user and password.
Show Answer
Next Question