Code Monkey home page Code Monkey logo

actions-runner-manager's Issues

Implement Transfer Endpoints

The API allows for runners to be transferred between groups, lets implement this endpoint so when users are deleting runner groups, they have the option to move runners to new groups in order to empty the runner group before deletion.

Read Config From File

The App configuration (private key, installation ID, ...) should be stored and read from a config file on the disk, mounted in the current directory. The user can override it using an environment variable, GITHUB_CONFIG_FILE_PATH.

Replace Raw `GITHUB_PAT` with Installation Token from Application

Instead of using the environment variable to authenticate, switch to authenticating via an installation token. There may be native functionality in the github-go SDK, or we can use the library Igor linked in Slack (I'll dig it up), but either way, let's get rid of our use of a raw token.

Add Contributing Doc

Add CONTRIBUTING.md to instruct users on how to build, test, add tests, add API's, and exercise Make targets.

Support GitHub Enterprise

Support GitHub Enterprise by adding config option to specify API endpoint and create a client that can interact with the API

Implement CODEOWNERS

Add a CODEOWNERS file and once the repository is transferred to an Enterprise, enable CODEOWNER reviews.

Replace GET with POST?

Should we replace GET calls with POST calls, GET requests have limits to the length of the request where POST does not not, though it seems non-idiomatic that users are making GET requests to modify state.

Add Integration Tests with TLS

All integration tests should use TLS, we should run a small singular test (it can even be a failing test) without TLS just to confirm functionality, but ultimately we should expect users to always be using TLS

Create and Document a Full Kubernetes Deployment Using Helm

Pre-Reqs:

  • Kubernetes Cert Manager Installed on the cluster
  • Ingress Preconfigured (demo using Nginx)
  • A preconfigured ASM secret with the App config

Let's start with an AWS example. This should include:

  • Namespace
  • A GHCR secret
  • AWS ASM secret configuration
  • Cert generation (assumes default https verification or Route53 verification)
  • Ingress with TLS enabled using the generated certs
  • A service exposing the port to the load balancer
  • A deployment with a single replica

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.