You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your ongoing work and dedication to golang-migrate.
Currently, golang-migrate supports Personal Access Tokens (PATs) for authenticating with private GitHub repositories. However, using user-bound PATs for automated operations on servers or other systems is not ideal from both a security and operational standpoint.
I propose adding support for GitHub Apps authentication as a more secure and flexible alternative. GitHub Apps allow systems to authenticate with independent credentials, much like a service account. They provide granular permissions scoped to specific repositories or organizations, and their short-lived tokens offer a significant security advantage.
Implementing this feature would provide users with a safer, more robust authentication method.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for your ongoing work and dedication to golang-migrate.
Currently, golang-migrate supports Personal Access Tokens (PATs) for authenticating with private GitHub repositories. However, using user-bound PATs for automated operations on servers or other systems is not ideal from both a security and operational standpoint.
I propose adding support for GitHub Apps authentication as a more secure and flexible alternative. GitHub Apps allow systems to authenticate with independent credentials, much like a service account. They provide granular permissions scoped to specific repositories or organizations, and their short-lived tokens offer a significant security advantage.
Implementing this feature would provide users with a safer, more robust authentication method.
Thank you for your consideration.
Beta Was this translation helpful? Give feedback.
All reactions