{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":800268042,"defaultBranch":"main","name":"pipeline","ownerLogin":"leodahal4","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2024-05-14T02:37:00.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/32085766?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1715654227.5200481","currentOid":""},"activityList":{"items":[{"before":"d944b4c644eab06c5754655ea3f9c400632c92b0","after":"c37f8141398fb5bf9c5d9dffacf9428f55e7fea0","ref":"refs/heads/main","pushedAt":"2024-05-25T04:04:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"leodahal4","name":"Mou Sam Dahal","path":"/leodahal4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32085766?s=80&v=4"},"commit":{"message":"docs: backquotes seperator for kubernets Objects","shortMessageHtmlLink":"docs: backquotes seperator for kubernets Objects"}},{"before":"4e95f12ef7309aae89e42a7b7c28496408376c41","after":"d944b4c644eab06c5754655ea3f9c400632c92b0","ref":"refs/heads/main","pushedAt":"2024-05-24T15:40:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"leodahal4","name":"Mou Sam Dahal","path":"/leodahal4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32085766?s=80&v=4"},"commit":{"message":"docs: clarify Docker authentication for image pulling and in-Pod\nThis commit updates the \"Configuring Docker Authentication\" section to provide\na clearer distinction between the use cases of Docker authentication for:\n\n1. Image Pulling Authentication: Using `dockercfg` and `dockerconfigjson`\n Secrets as `imagePullSecrets` to authenticate with Docker registries and\n pull container images during the Pod creation phase.\n\n2. In-Pod Docker Authentication: Setting up Docker authentication within the\n Pod's container environment by generating a `~/.docker/config.json` file\n after the Pod is created and images are pulled. This authentication setup\n allows the Steps within the Pod to interact with Docker registries during\n execution.\n\nThe section explains that the Docker authentication credentials used for\nin-Pod authentication are derived from the same Secrets specified as\n`imagePullSecrets`, and Tekton follows the credential formatting and merging\nrules defined by the Secret types.\n\nThe commit also maintains the existing examples for defining the Secret and\nassociating it with the ServiceAccount and Run.\n\nResolves #7737","shortMessageHtmlLink":"docs: clarify Docker authentication for image pulling and in-Pod"}},{"before":"7d5b243b8d1719e708c6de815fb910e05b9be5b2","after":"4e95f12ef7309aae89e42a7b7c28496408376c41","ref":"refs/heads/main","pushedAt":"2024-05-19T09:23:11.000Z","pushType":"push","commitsCount":24,"pusher":{"login":"leodahal4","name":"Mou Sam Dahal","path":"/leodahal4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32085766?s=80&v=4"},"commit":{"message":"Merge branch 'tektoncd:main' into main","shortMessageHtmlLink":"Merge branch 'tektoncd:main' into main"}},{"before":"756bdf1ac84112fcb8dddd991ccff2133d61ecc6","after":"7d5b243b8d1719e708c6de815fb910e05b9be5b2","ref":"refs/heads/main","pushedAt":"2024-05-19T07:50:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"leodahal4","name":"Mou Sam Dahal","path":"/leodahal4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32085766?s=80&v=4"},"commit":{"message":"fix(configuring-docker-authentication-for-docker): change on the grammer\nand also the description, \"When the Steps execute, Tekton uses those credentials\nto access the target Docker registry.\" has now been changed\nChanges to be committed:\n modified: docs/auth.md","shortMessageHtmlLink":"fix(configuring-docker-authentication-for-docker): change on the grammer"}},{"before":"324f05af8bbb5382598d511f1cbf0afee196d000","after":"756bdf1ac84112fcb8dddd991ccff2133d61ecc6","ref":"refs/heads/main","pushedAt":"2024-05-14T02:47:32.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"leodahal4","name":"Mou Sam Dahal","path":"/leodahal4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32085766?s=80&v=4"},"commit":{"message":"docs: update Overview section for authentication\nThis commit updates the Overview section of the authentication documentation\nto provide a clearer and more comprehensive explanation of how Tekton handles\nauthentication for Git and Docker.\n\nThe updated Overview section:\n\n- Lists the supported Secret types for Git and Docker authentication\n- Explains how TaskRuns and PipelineRuns access Secrets through their associated ServiceAccount and required annotations\n- Clearly separates the two stages of authentication: Pod scheduling/image pulling and Step execution\n- Describes the credential initialization process in a numbered list\n- Specifies the files/directories generated for Git and Docker authentication within the container\n- Mentions the specific rules for credential formatting and merging per Secret type\n\nThe previous Overview section lacked clarity and completeness, which could\nlead to confusion for users. The updated section aims to provide a solid\nfoundation for understanding Tekton's authentication mechanisms before diving\ninto the details in the subsequent sections.\n\nRelated issue: #7737","shortMessageHtmlLink":"docs: update Overview section for authentication"}},{"before":"5c4071256f567e2507f7c725521f893c6028b2cb","after":"324f05af8bbb5382598d511f1cbf0afee196d000","ref":"refs/heads/main","pushedAt":"2024-05-14T02:42:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"leodahal4","name":"Mou Sam Dahal","path":"/leodahal4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32085766?s=80&v=4"},"commit":{"message":"docs: update Overview section for authentication\nThis commit updates the Overview section of the authentication documentation\nto provide a clearer and more comprehensive explanation of how Tekton handles\nauthentication for Git and Docker.\n\nThe updated Overview section:\n\n- Lists the supported Secret types for Git and Docker authentication\n- Explains how TaskRuns and PipelineRuns access Secrets through their associated ServiceAccount and required annotations\n- Clearly separates the two stages of authentication: Pod scheduling/image pulling and Step execution\n- Describes the credential initialization process in a numbered list\n- Specifies the files/directories generated for Git and Docker authentication within the container\n- Mentions the specific rules for credential formatting and merging per Secret type\n\nThe previous Overview section lacked clarity and completeness, which could\nlead to confusion for users. The updated section aims to provide a solid\nfoundation for understanding Tekton's authentication mechanisms before diving\ninto the details in the subsequent sections.\n\nRelated issue: #7737","shortMessageHtmlLink":"docs: update Overview section for authentication"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEU4wREwA","startCursor":null,"endCursor":null}},"title":"Activity ยท leodahal4/pipeline"}