Skip to content

Commit

Permalink
Merge pull request #78 from bcgov/ocp201-tekton-setup
Browse files Browse the repository at this point in the history
added note about enabling SSO for PAT
  • Loading branch information
ShellyXueHan authored Jul 31, 2024
2 parents 02e1cdf + a2a4b72 commit 5eaf77c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tekton/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ Note: This project has been tested on _linux/arm64_, _linux/amd64_, _linux/aarch
These instructions assume the use of a bash-based shell such as `zsh` (included on OS X) or [WSL](https://www.howtogeek.com/249966/how-to-install-and-use-the-linux-bash-shell-on-windows-10/) for Windows. Please use one of these shells, or make the appropriate modifications to the commands shown in these instructions.
### Prerequisites - Personal access token
### Prerequisites - Personal Access Token (PAT)
Before you begin, you will need to [create your Fine-grained GitHub Personal access token]([https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens](https://github.com/settings/tokens?type=beta)).
Please give your fine-grained token a meaningful name and reasonable expiration date. Make sure to select `All repositories` in Repository access. And click `Generate Token` to obtain your token that can be use in this pipeline template.
Please give your fine-grained token a meaningful name and reasonable expiration date. Make sure to select `All repositories` in Repository access. And click `Generate Token` to obtain your token that can be use in this pipeline template. Please note that the `bcgov` GitHub organization is requiring IDIR SSO authentication now, and this applies to new and existing PAT. So after the PAT is created, please follow [this steps](https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on) to authorize it with SSO.
Expand Down

0 comments on commit 5eaf77c

Please sign in to comment.