Forum Discussion
PallaviReddy
5 months agoNew Member
Git Integration with Fabric Workpsace
Hi, Hope you are doing well! I need to integrate Microsoft Fabric workspace with GitHub, which requires creating a GitHub Personal Access Token (PAT).Which PAT should I use. If I go on vacation...
- 5 months ago
Hello PallaviReddy
The easiest way to avoid this issue is to not go on holiday 🙂
But there is an alternative, first you should use a fine-grained token (according to microsoft doc)use a GitHub Service Account (Bot Account) with a generic email address like: [email protected]
Then generate the PAT from this account with the longer expiry date
Now all of your team member has to connect their workspace using that shared PAT
The benefits of this approach:
- PAT is not tied to any individual's vacation/departure
- Expiry is predictable and can be rotated by anyone with access to the bot account
- Auditable and revocable independently of any person
v-karpurapud
Community Support
5 months agoHi PallaviReddy
Just checking in as we haven't received a response to our previous message. Were you able to review the information above? Let us know if you have any additional questions.
Thank You.