Skip to content

Instantly share code, notes, and snippets.

View Rishi16royy's full-sized avatar

Rishi Roy Rishi16royy

  • mykaarma
View GitHub Profile
@Rishi16royy
Rishi16royy / konga.yml
Last active April 28, 2022 06:22
Yaml for setting up konga on Kubernetes cluster.
apiVersion: v1
kind: Namespace
metadata:
name: konga
labels:
app.kubernetes.io/name: konga
app.kubernetes.io/part-of: konga
---
apiVersion: v1
kind: Service
@Rishi16royy
Rishi16royy / atlantis.yml
Last active April 28, 2022 06:22
Yaml for setting up Atlantis on Kubernetes cluster.
apiVersion: v1
kind: Namespace
metadata:
name: atlantis
labels:
app.kubernetes.io/name: atlantis
app.kubernetes.io/part-of: atlantis
---
apiVersion: v1
@Rishi16royy
Rishi16royy / kong.yml
Last active April 28, 2022 06:22
Yaml for setting up kong on Kubernetes cluster.
kind: Service
apiVersion: v1
metadata:
name: kong
namespace: kong
labels:
app.kubernetes.io/name: kong
app.kubernetes.io/part-of: kong
spec:
ports:
@Rishi16royy
Rishi16royy / README.md
Last active November 26, 2021 15:34 — forked from captn3m0/README.md
Grant Security Alert Permission on GitHub Org Script
  1. Set your Cookie header value in Line 3 of give-access.sh
  2. Set the user IDs that will have access on Line 24. You can add multiple teams.
  3. Edit the repos.txt file with one repository per line
  4. Make sure jq curl and pup are installed. (pup is available at https://github.com/EricChiang/pup)
  5. Run the script (./give-access.sh). A response code of 302 indicates the change was made successfully for that repo. Anything else is failure.

The only 3 cookies that you need to set are: __Host-user_session_same_site, user_session, _gh_sess

The values for user_session and _gh_sess are the same.