Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the way to access git repository by using Personal Access Token(PAT) #4106

Closed
kevin-namba opened this issue Jan 6, 2023 · 1 comment · Fixed by #4571
Closed

Add the way to access git repository by using Personal Access Token(PAT) #4106

kevin-namba opened this issue Jan 6, 2023 · 1 comment · Fixed by #4571
Assignees
Labels
good first issue Good for newcomers

Comments

@kevin-namba
Copy link
Contributor

What would you like to be added:
We would like to make the option to access repository by using Personal Access Token(PAT) in addition to using SSH key.

apiVersion: pipecd.dev/v1beta1
kind: Piped
spec:
  git:
     # sshKeyFile: {PATH _TO_SSH_KEY_FILE}
     personalAccessToken:
        userName: <user-name>
        userToken: <user-token>

Why is this needed:
Now Pipecd uses SSH key to access repositories. But we can not control access policies to repositories when using SSH keys .
We should use Github Personal Access Token instead of SSH key.

ex. fluxCD adopt PAT to access repositories. https://fluxcd.io/flux/get-started/

@khanhtc1202 khanhtc1202 added the good first issue Good for newcomers label Apr 14, 2023
@kentakozuka kentakozuka self-assigned this Jul 9, 2023
@sZma5a
Copy link
Contributor

sZma5a commented Jul 10, 2023

🙋

@kentakozuka kentakozuka assigned sZma5a and unassigned kentakozuka Jul 10, 2023
@khanhtc1202 khanhtc1202 moved this to In Progress in v0.47.0 Mar 27, 2024
@ffjlabo ffjlabo added this to v0.47.1 Apr 12, 2024
@ffjlabo ffjlabo moved this to In Progress in v0.47.1 Apr 12, 2024
@khanhtc1202 khanhtc1202 removed this from v0.47.1 Apr 18, 2024
@khanhtc1202 khanhtc1202 removed this from v0.48.0 Apr 18, 2024
@khanhtc1202 khanhtc1202 moved this to In Progress in v0.47.1 Apr 18, 2024
@khanhtc1202 khanhtc1202 removed this from v0.47.1 Apr 22, 2024
@khanhtc1202 khanhtc1202 moved this to In Progress in v0.47.2 Apr 22, 2024
@ffjlabo ffjlabo removed this from v0.47.2 May 17, 2024
@ffjlabo ffjlabo added this to v0.48.0 May 17, 2024
@ffjlabo ffjlabo moved this to In Progress in v0.48.0 May 17, 2024
@ffjlabo ffjlabo removed the status in v0.48.0 Jun 14, 2024
@khanhtc1202 khanhtc1202 removed this from v0.48.0 Jun 17, 2024
@khanhtc1202 khanhtc1202 moved this to 📋 New in ROADMAP Jun 17, 2024
@khanhtc1202 khanhtc1202 removed this from ROADMAP Jul 3, 2024
@khanhtc1202 khanhtc1202 moved this to In Progress in v0.48.0 Jul 3, 2024
@khanhtc1202 khanhtc1202 removed this from v0.48.0 Jul 5, 2024
@khanhtc1202 khanhtc1202 moved this to In Progress in v0.48.1 Jul 5, 2024
@ffjlabo ffjlabo added this to v0.49.0 Jul 19, 2024
@ffjlabo ffjlabo moved this to In Progress in v0.49.0 Jul 19, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in v0.49.0 Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
No open projects
Status: In Progress
Status: In Progress
Status: Done
Development

Successfully merging a pull request may close this issue.

4 participants