Questions tagged [github-app]

104 questions
1
vote
1 answer

Possible to integrate github probot with splunk?

Building my first git app and ... But i'm thinking of a github app that could post to splunk ... or integrate with the splunk github app and "POST" events to the system; wondering if this functionality is/ can be supported somehow; The real question…
1
vote
1 answer

How to completely remove Azure-Pipelines from Github

I've added Azure Pipelines as a github app from my repository. Somehow, many PR-jobs still wait on my azure pipeline to complete (not all, only those to master). I've done the following: Remove Azure-pipeline.yml from master Cancelled my Azure…
TApplis
  • 67
  • 1
  • 7
0
votes
0 answers

How to generate a JWT token for a GitHub App using client id and client secret using bash

I've created a GitHub application and have the application's client-secret and client-id. I'd like to be able to use this new application to simply authenticate to GitHub. In order to do so, I need to use my application's client_id and client_secret…
Vismark Juarez
  • 613
  • 4
  • 14
  • 21
0
votes
0 answers

Jenkins allow only members from GitHub organization to sign up via GitHub OAuth app

My use case seems to be really simple and clear, yet I cannot find any solution for it: I have a Jenkins server hosted on an Azure VM. I want to allow only members of my company's GitHub organization to log in. I tried to do that by creating a…
0
votes
0 answers

Access github Api without user Authentication

I have usecase to check my remote github repo has latest release tag from my terminal tool but the tool doesn't need any user authentication for github access. I don't want to store the pat token from my code, any other appoarch i can use to solve…
Amalan T
  • 1
  • 1
0
votes
0 answers

creating Github pull requests on behalf of users on a specific repository

I am creating a collaborative database using a GitHub repo. I own a GitHub repository and want users to add files using a specific format, so I would like to create pull requests on their behalf. Is there a way to do so less "intrusive" than using…
mehh
  • 59
  • 1
  • 9
0
votes
0 answers

Install and Configure the Same GitHub Application Across Multiple Organizations within the same Company

Can I install the same GitHub application, which is currently configured at https://github.my-company.com/organizations/first-organisation/settings/apps/app-github, in another organization within the same company, namely…
0
votes
0 answers

Jenkins git submodule not found when using GitHub App authentication and repo/submodule are in different GitHub organizations

I have a GitHub repository referencing a submodule in a different org. Authenticating as my user account, I can clone the repository and update the submodule. I need the same behaviour in Jenkins. Jenkins is authenticating as a GitHub App and can…
notxapw4
  • 83
  • 1
  • 7
0
votes
0 answers

Github check runs visits

I have created a GitHub application, which, on push, creates a new check run and writes some data on it. In order to improve my application, is it possible to count the number of times the user visited the check run page and saw the results? E.g. I…
Nick
  • 1
  • 1
0
votes
1 answer

How to get fingerprint from a pem file from Github App?

It's possible to generate a private key for Github Apps (Settings -> Developer Settings -> (Edit a GH App) -> "Generate a private key"). When it's generated I save locally a pem file and in UI there's an information about fingerprint of that key…
kolobok
  • 3,835
  • 3
  • 38
  • 54
0
votes
0 answers

Http error 403 when trying to request a user's GitHub identity

I'm trying to get a token from my GitHubApp using the step by step tutorial on GitHub. Step 1 is to get the code with http GET https://{GitHubEntreprise}/login/oauth/authorize URL url = new…
0
votes
0 answers

GitHub App won't add any other authorities besides "user" to token

I am trying to create a GitHub App that would allow any user to query all of their project boards (non-classic boards). When I created the GitHub App, I went to the "Permissions" tab (as outlined here) and added that I want to request read & write…
0
votes
0 answers

GithubApp installation from marketplace causes CSRF error

Usually, when a Github app installation is initialized from my application, the omniauth gem initiates the request phase, sets the state param and the cookie and redirects users to the installation URL. After installation, the request is sent back…
Lidia Mokevnina
  • 115
  • 1
  • 8
0
votes
1 answer

Octokit-js based app throws JSON web token error

I'm having issues with an octokit-based nodejs app that was working just a couple of weeks ago. From nowhere, I'm getting auth errors that I've managed to debug to the point of getting this error message: A JSON web token could not be decoded This…
0
votes
0 answers

Can I return 402 in my GitHub App as response to an unhandled event?

Can I return 402 (No-Content) in my GitHub App as response to an unhandled event? If not, and I get an event I intentionally don't handle, what response code should I return?
Itai Bar-Haim
  • 1,686
  • 16
  • 40