Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

ontola/argu-infra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infra

Overview

  • architecture - Diagrams of various components of the system
  • bin - Scripts for common kubernetes tasks
  • cloud - Terraform infrastructure descriptions

Setup

These steps are only needed to communicate with the cloud (other than via the code repository)

  • Download terraform cli
  • Login (terraform login)
  • Init (terraform init)

Other

Utilities

The bin folder contains some scripts to manage infrastructure and execute common tasks.

Accessing the portal

The portal can be accessed with the following steps

  • Forward the apex service: ./bin/service-forward.sh apex
  • Set headers in the browser (eg with modheader)
    • Authorization: Bearer <staff token>
    • X-Forwarded-Host: <argu hostname>
    • X-Forwarded-For: 10.244.0.255
  • Go to http://localhost:30000/argu/portal/sidekiq

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published