viccuad / automation

Automation scripts for the management of the Kubewarden organization on GitHub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubewarden Infra Repository Stable

This repository contains script to automate certain tasks in Kuberwarden project.

The directory structure is organized in two major subdirectories. The terraform directory has Terraform scripts to ensure all the members of the kubewarden-developers team have push access to all the repositories of the organization. The scripts directory has other standalone script to automate other things in the organization.

Terraform Usage

  • Create your own GitHub Personal Access Token (PAT)
  • Pass the token via an environment variable or by writing that into the terraform.tfvars file (this file is on the ignore list of git)
  • terraform init && terraform apply

Script Usage

  • Create your own GitHub Personal Access Token (PAT)
  • Install the dependencies defined in the requirements.txt file:
    pip install -r requirements.txt --user
    
  • Check how to use the script via -h command line flag and use it!

About

Automation scripts for the management of the Kubewarden organization on GitHub

License:Apache License 2.0


Languages

Language:HCL 77.1%Language:Ruby 19.2%Language:Python 3.7%