{"id":20823,"date":"2015-06-09T16:14:34","date_gmt":"2015-06-09T10:44:34","guid":{"rendered":"https:\/\/tothenewco.pro\/blog\/?p=20823"},"modified":"2016-11-30T11:20:36","modified_gmt":"2016-11-30T05:50:36","slug":"jenkins-implementing-project-based-matrix-authorization-strategy","status":"publish","type":"post","link":"https:\/\/tothenewco.pro\/blog\/jenkins-implementing-project-based-matrix-authorization-strategy\/","title":{"rendered":"Jenkins &#8211; Implementing Project-based Matrix Authorization Strategy"},"content":{"rendered":"<p>In one of my recent projects, while <a title=\"continuous integration DevOps services\" href=\"https:\/\/tothenewco.pro\/devops-chef-puppet-docker\">working on Jenkins<\/a>, I was required to create and implement a Project-based Matrix Authorization Strategy.<\/p>\n<p>Installation of Jenkins is a simple task, but it took me a while to implement this strategy and later I found it quite easy enough and thought of writing a blog.<\/p>\n<p>Project-based Matrix Authorization Strategy is an authorization method using which we can define which user or group can do what actions on which job. This gives us a fine-grained control over user\/group permissions per project.<\/p>\n<p>We are starting with a fresh Jenkins installation. Jenkins could be installed using the following commands:<\/p>\n<p>[js]wget -q -O &#8211; https:\/\/jenkins-ci.org\/debian\/jenkins-ci.org.key | sudo apt-key add &#8211;<br \/>\nsudo sh -c &#8216;echo deb http:\/\/pkg.jenkins-ci.org\/debian binary\/ &gt; \/etc\/apt\/sources.list.d\/jenkins.list&#8217;<br \/>\nsudo apt-get update<br \/>\nsudo apt-get install jenkins<br \/>\n[\/js]<\/p>\n<p>Jenkins uses 8080 port by default so it could be accessible browsing below link<br \/>\nhttp:\/\/:8080<\/p>\n<p>We would be welcomed by this page:<br \/>\n<a href=\"\/blog\/wp-ttn-blog\/uploads\/2015\/06\/jen1.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-20825\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/06\/jen1.png\" alt=\"jen1\" width=\"773\" height=\"449\" \/><\/a><\/p>\n<p>Now , click on \u201cManage Jenkins\u201d, we would be navigated to the following page:<br \/>\n<a href=\"\/blog\/wp-ttn-blog\/uploads\/2015\/06\/jen2.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-20826\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/06\/jen2.png\" alt=\"jen2\" width=\"1086\" height=\"465\" \/><\/a><\/p>\n<p>Click on \u201cConfigure Global Security\u201d to move to Global Security page:<br \/>\n<a href=\"\/blog\/wp-ttn-blog\/uploads\/2015\/06\/jen3.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-20828\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/06\/jen3.png\" alt=\"jen3\" width=\"621\" height=\"427\" \/><\/a><\/p>\n<p>Check Enable security and more options would appear as shown below:<br \/>\n<a href=\"\/blog\/wp-ttn-blog\/uploads\/2015\/06\/jen4.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-20829\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/06\/jen4.png\" alt=\"jen4\" width=\"779\" height=\"607\" \/><\/a><\/p>\n<p>As we are creating new users in Jenkins, we would be using \u201cJenkins\u2019 own user database\u201d. Select this radio button under \u201cSecurity Realm\u201d.<\/p>\n<p>Under Authorization, select \u201cProject-based Matrix Authorization Strategy\u201d and add two users, one administrator (say admin) and a regular user (say user1).<\/p>\n<p>All the checkboxes present besides users are for setting global permissions. Select all checkboxes against admin user to give admin full permissions.<\/p>\n<p>For user1, we are selecting read permissions under jobs. With this, user1 would now have read permission to view all jobs which we would be creating later on.<\/p>\n<p>We have to provide read permission under \u201cOverall\u201d category to any regular user otherwise the user won\u2019t be able to see anything after login.<br \/>\n<a href=\"\/blog\/wp-ttn-blog\/uploads\/2015\/06\/jen5.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-20830\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/06\/jen5.png\" alt=\"jen5\" width=\"1261\" height=\"220\" \/><\/a><\/p>\n<p>Save this setting and we would be navigated to login page.<\/p>\n<p>Sign up with user \u201cadmin\u201d and set a\u00a0password and other details and log in using admin user.<br \/>\n<a href=\"\/blog\/wp-ttn-blog\/uploads\/2015\/06\/j15.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-20831\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/06\/j15.png\" alt=\"j15\" width=\"541\" height=\"306\" \/><\/a><\/p>\n<p>We can create \u201cuser1\u201d the same way after logging out of admin.<\/p>\n<p>Now, login in as admin user and create a job (say job1) and in configuration, select checkbox \u201cEnable Project-based security\u201d as shown below.<br \/>\n<a href=\"\/blog\/wp-ttn-blog\/uploads\/2015\/06\/jen6.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-20832\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/06\/jen6.png\" alt=\"jen6\" width=\"614\" height=\"307\" \/><\/a><\/p>\n<p>Add user \u201cuser1\u201d, and give it \u201cbuild\u201d permissions under \u201cJob\u201d category and save the settings. This would enable \u201cuser1\u201d to build this job when user1 would log in.<\/p>\n<p>Alternatively, if we want user1 to have build permissions for every job which admin would create later on, we can select the\u00a0\u201cbuild\u201d checkbox under \u201cJob\u201d category in \u201cConfigure Global Security.\u201d<\/p>\n<p>Since, we have provided all permission to \u201cadmin\u201d while configuring global security, we do not need to add per project permission for admin.<\/p>\n<p>With this, we can set global as well as per-project permissions for every user.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In one of my recent projects, while working on Jenkins, I was required to create and implement a Project-based Matrix Authorization Strategy. Installation of Jenkins is a simple task, but it took me a while to implement this strategy and later I found it quite easy enough and thought of writing a blog. Project-based Matrix [&hellip;]<\/p>\n","protected":false},"author":154,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":430,"footnotes":""},"categories":[1174,2348],"tags":[1853,248,2366,1892,227,1685,1682,2700,2701],"class_list":["post-20823","post","type-post","status-publish","format-standard","hentry","category-aws-2","category-devops-technology","tag-automation","tag-aws","tag-aws-devops","tag-devops","tag-grail-security","tag-install-jenkins","tag-jenkins","tag-project-based-security","tag-security-in-jenkins"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Project-based Matrix Authorization Strategy is a authorization method using which we can define which user or group can do what actions on which job. This gives us a fine-grained control over user\/group permissions per project.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Navjot Singh\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/tothenewco.pro\/blog\/jenkins-implementing-project-based-matrix-authorization-strategy\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"TO THE NEW BLOG\" \/>\n\t\t<meta property=\"og:type\" content=\"blog\" \/>\n\t\t<meta property=\"og:title\" content=\"Jenkins \u2013 Implementing Project-based Matrix Authorization Strategy | TO THE NEW Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"Project-based Matrix Authorization Strategy is a authorization method using which we can define which user or group can do what actions on which job. This gives us a fine-grained control over user\/group permissions per project.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/tothenewco.pro\/blog\/jenkins-implementing-project-based-matrix-authorization-strategy\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tothenew\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Jenkins \u2013 Implementing Project-based Matrix Authorization Strategy | TO THE NEW Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Project-based Matrix Authorization Strategy is a authorization method using which we can define which user or group can do what actions on which job. This gives us a fine-grained control over user\/group permissions per project.\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jenkins-implementing-project-based-matrix-authorization-strategy\\\/#article\",\"name\":\"Jenkins \\u2013 Implementing Project-based Matrix Authorization Strategy | TO THE NEW Blog\",\"headline\":\"Jenkins &#8211; Implementing Project-based Matrix Authorization Strategy\",\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/navjot\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"\\\/blog\\\/wp-ttn-blog\\\/uploads\\\/2015\\\/06\\\/jen1.png\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jenkins-implementing-project-based-matrix-authorization-strategy\\\/#articleImage\"},\"datePublished\":\"2015-06-09T16:14:34+05:30\",\"dateModified\":\"2016-11-30T11:20:36+05:30\",\"inLanguage\":\"en-US\",\"commentCount\":3,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jenkins-implementing-project-based-matrix-authorization-strategy\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jenkins-implementing-project-based-matrix-authorization-strategy\\\/#webpage\"},\"articleSection\":\"AWS, DevOps, Automation, aws, aws devops, devops, Grails Security, install jenkins, Jenkins, Project Based Security, Security in Jenkins\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jenkins-implementing-project-based-matrix-authorization-strategy\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/aws-2\\\/#listItem\",\"name\":\"AWS\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/aws-2\\\/#listItem\",\"position\":2,\"name\":\"AWS\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/aws-2\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jenkins-implementing-project-based-matrix-authorization-strategy\\\/#listItem\",\"name\":\"Jenkins &#8211; Implementing Project-based Matrix Authorization Strategy\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jenkins-implementing-project-based-matrix-authorization-strategy\\\/#listItem\",\"position\":3,\"name\":\"Jenkins &#8211; Implementing Project-based Matrix Authorization Strategy\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/aws-2\\\/#listItem\",\"name\":\"AWS\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\",\"name\":\"TO THE NEW Blog\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/navjot\\\/#author\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/navjot\\\/\",\"name\":\"Navjot Singh\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jenkins-implementing-project-based-matrix-authorization-strategy\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c435bfe1ccb8ea58af1ea2f189479aa02dbab4dd937fc569795a959576adfd60?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Navjot Singh\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jenkins-implementing-project-based-matrix-authorization-strategy\\\/#webpage\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jenkins-implementing-project-based-matrix-authorization-strategy\\\/\",\"name\":\"Jenkins \\u2013 Implementing Project-based Matrix Authorization Strategy | TO THE NEW Blog\",\"description\":\"Project-based Matrix Authorization Strategy is a authorization method using which we can define which user or group can do what actions on which job. This gives us a fine-grained control over user\\\/group permissions per project.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jenkins-implementing-project-based-matrix-authorization-strategy\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/navjot\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/navjot\\\/#author\"},\"datePublished\":\"2015-06-09T16:14:34+05:30\",\"dateModified\":\"2016-11-30T11:20:36+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\",\"name\":\"TO THE NEW Blog\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Jenkins \u2013 Implementing Project-based Matrix Authorization Strategy | TO THE NEW Blog","description":"Project-based Matrix Authorization Strategy is a authorization method using which we can define which user or group can do what actions on which job. This gives us a fine-grained control over user\/group permissions per project.","canonical_url":"https:\/\/tothenewco.pro\/blog\/jenkins-implementing-project-based-matrix-authorization-strategy\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/tothenewco.pro\/blog\/jenkins-implementing-project-based-matrix-authorization-strategy\/#article","name":"Jenkins \u2013 Implementing Project-based Matrix Authorization Strategy | TO THE NEW Blog","headline":"Jenkins &#8211; Implementing Project-based Matrix Authorization Strategy","author":{"@id":"https:\/\/tothenewco.pro\/blog\/author\/navjot\/#author"},"publisher":{"@id":"https:\/\/tothenewco.pro\/blog\/#organization"},"image":{"@type":"ImageObject","url":"\/blog\/wp-ttn-blog\/uploads\/2015\/06\/jen1.png","@id":"https:\/\/tothenewco.pro\/blog\/jenkins-implementing-project-based-matrix-authorization-strategy\/#articleImage"},"datePublished":"2015-06-09T16:14:34+05:30","dateModified":"2016-11-30T11:20:36+05:30","inLanguage":"en-US","commentCount":3,"mainEntityOfPage":{"@id":"https:\/\/tothenewco.pro\/blog\/jenkins-implementing-project-based-matrix-authorization-strategy\/#webpage"},"isPartOf":{"@id":"https:\/\/tothenewco.pro\/blog\/jenkins-implementing-project-based-matrix-authorization-strategy\/#webpage"},"articleSection":"AWS, DevOps, Automation, aws, aws devops, devops, Grails Security, install jenkins, Jenkins, Project Based Security, Security in Jenkins"},{"@type":"BreadcrumbList","@id":"https:\/\/tothenewco.pro\/blog\/jenkins-implementing-project-based-matrix-authorization-strategy\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog#listItem","position":1,"name":"Home","item":"https:\/\/tothenewco.pro\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/category\/aws-2\/#listItem","name":"AWS"}},{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/category\/aws-2\/#listItem","position":2,"name":"AWS","item":"https:\/\/tothenewco.pro\/blog\/category\/aws-2\/","nextItem":{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/jenkins-implementing-project-based-matrix-authorization-strategy\/#listItem","name":"Jenkins &#8211; Implementing Project-based Matrix Authorization Strategy"},"previousItem":{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/jenkins-implementing-project-based-matrix-authorization-strategy\/#listItem","position":3,"name":"Jenkins &#8211; Implementing Project-based Matrix Authorization Strategy","previousItem":{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/category\/aws-2\/#listItem","name":"AWS"}}]},{"@type":"Organization","@id":"https:\/\/tothenewco.pro\/blog\/#organization","name":"TO THE NEW Blog","url":"https:\/\/tothenewco.pro\/blog\/"},{"@type":"Person","@id":"https:\/\/tothenewco.pro\/blog\/author\/navjot\/#author","url":"https:\/\/tothenewco.pro\/blog\/author\/navjot\/","name":"Navjot Singh","image":{"@type":"ImageObject","@id":"https:\/\/tothenewco.pro\/blog\/jenkins-implementing-project-based-matrix-authorization-strategy\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/c435bfe1ccb8ea58af1ea2f189479aa02dbab4dd937fc569795a959576adfd60?s=96&d=mm&r=g","width":96,"height":96,"caption":"Navjot Singh"}},{"@type":"WebPage","@id":"https:\/\/tothenewco.pro\/blog\/jenkins-implementing-project-based-matrix-authorization-strategy\/#webpage","url":"https:\/\/tothenewco.pro\/blog\/jenkins-implementing-project-based-matrix-authorization-strategy\/","name":"Jenkins \u2013 Implementing Project-based Matrix Authorization Strategy | TO THE NEW Blog","description":"Project-based Matrix Authorization Strategy is a authorization method using which we can define which user or group can do what actions on which job. This gives us a fine-grained control over user\/group permissions per project.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/tothenewco.pro\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/tothenewco.pro\/blog\/jenkins-implementing-project-based-matrix-authorization-strategy\/#breadcrumblist"},"author":{"@id":"https:\/\/tothenewco.pro\/blog\/author\/navjot\/#author"},"creator":{"@id":"https:\/\/tothenewco.pro\/blog\/author\/navjot\/#author"},"datePublished":"2015-06-09T16:14:34+05:30","dateModified":"2016-11-30T11:20:36+05:30"},{"@type":"WebSite","@id":"https:\/\/tothenewco.pro\/blog\/#website","url":"https:\/\/tothenewco.pro\/blog\/","name":"TO THE NEW Blog","inLanguage":"en-US","publisher":{"@id":"https:\/\/tothenewco.pro\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"TO THE NEW BLOG","og:type":"blog","og:title":"Jenkins \u2013 Implementing Project-based Matrix Authorization Strategy | TO THE NEW Blog","og:description":"Project-based Matrix Authorization Strategy is a authorization method using which we can define which user or group can do what actions on which job. This gives us a fine-grained control over user\/group permissions per project.","og:url":"https:\/\/tothenewco.pro\/blog\/jenkins-implementing-project-based-matrix-authorization-strategy\/","og:image":"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","og:image:secure_url":"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","twitter:card":"summary","twitter:site":"@tothenew","twitter:title":"Jenkins \u2013 Implementing Project-based Matrix Authorization Strategy | TO THE NEW Blog","twitter:description":"Project-based Matrix Authorization Strategy is a authorization method using which we can define which user or group can do what actions on which job. This gives us a fine-grained control over user\/group permissions per project.","twitter:image":"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png"},"aioseo_meta_data":{"post_id":"20823","title":null,"description":"Project-based Matrix Authorization Strategy is a authorization method using which we can define which user or group can do what actions on which job. This gives us a fine-grained control over user\/group permissions per project.","keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":"","og_description":"","og_object_type":"blog","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":"","og_article_tags":"","twitter_use_og":false,"twitter_card":"summary","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2021-04-29 12:08:09","updated":"2024-02-29 08:20:40","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/tothenewco.pro\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/tothenewco.pro\/blog\/category\/aws-2\/\" title=\"AWS\">AWS<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tJenkins \u2013 Implementing Project-based Matrix Authorization Strategy\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/tothenewco.pro\/blog"},{"label":"AWS","link":"https:\/\/tothenewco.pro\/blog\/category\/aws-2\/"},{"label":"Jenkins &#8211; Implementing Project-based Matrix Authorization Strategy","link":"https:\/\/tothenewco.pro\/blog\/jenkins-implementing-project-based-matrix-authorization-strategy\/"}],"_links":{"self":[{"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/posts\/20823","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/users\/154"}],"replies":[{"embeddable":true,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/comments?post=20823"}],"version-history":[{"count":0,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/posts\/20823\/revisions"}],"wp:attachment":[{"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/media?parent=20823"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/categories?post=20823"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/tags?post=20823"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}