Skip to content

An Azure Function for providing Github API Authorization Tokens

Notifications You must be signed in to change notification settings

suny-am/gh-api-token-provider

Repository files navigation

Github API Token Provider

Description

A small Azure Function C# application for providing tokens to be used with the Github API

Requirements

  • Azure Keyvault storage (Stores Github Access token)
  • Azure Function App (Runs the application on HttpTrigger on endpoint)
  • Have the KEY_VAULT_URI and SECRET_NAME values added to the application settings.

Security

It is recommended you restrict access and apply CORS for the function app to only the origin that is to request the token.

About

An Azure Function for providing Github API Authorization Tokens

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages