Questions
Answer the following questions to test your knowledge of this chapter:
- Assuming Jenkins is integrated with Azure AD, which of the following practices is most appropriate?
- All authenticated users should be granted overall administrator privileges.
- Anonymous users should have, at a minimum, overall read privileges.
- Only a select group of authenticated users should be granted overall administrator privileges.
- Authenticated users may have all permissions, except for deletion permissions.
- Which of the following is not a type of Jenkins credential?
- User token
- Certificate
- Secret file
- SSH username and private key
- Which of the following statements is incorrect?
- Global-level credentials are available and accessible across the entire Jenkins instance.
- Folder-level credentials are accessible to all subfolders and pipelines within that folder.
- Pipeline-level credentials are available only to the respective pipeline.
- User-level credentials in Jenkins, while scoped to the individual...