Which basic security feature should be enabled in Jenkins for secure access?
- HTTPS/SSL
- IP whitelisting
- Jenkins Token Authentication
- Two-factor authentication
To ensure secure access to Jenkins, enabling HTTPS/SSL is a basic security feature. This encrypts communication between the user's browser and the Jenkins server, protecting sensitive information.
Loading...
Related Quiz
- What is a critical security practice for Jenkins when integrating with other enterprise systems?
- For complex CI/CD workflows, Jenkins pipelines can be defined using a _________ file, which integrates various build and test tools.
- For a project requiring detailed performance analytics, integrating Jenkins with __________ would provide comprehensive reporting capabilities.
- In complex deployment strategies, how does Jenkins manage different environments like staging and production?
- To secure a Jenkins master-slave connection, the use of __________ protocol is recommended.