crossplane-contrib / back-stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

back-stack has a new home! https://github.com/back-stack

Introducing the BACK Stack

architecture diagram

Prerequisites

For a local install, you need kind installed and a bash-compatible shell.

Getting started

  • Fork and clone this repo

    gh repo fork opendev-ie/back-stack --clone
  • Create a personal access token link

  • Configure ./.env with your personal access token, the repository url, the vault token, your provider-azure credentials see here, and your provider-aws credentials see here

    GITHUB_TOKEN=<personal access token>
    REPOSITORY=https://github.com/<path to forked repo>
    VAULT_TOKEN=root # this is the default for 'dev' mode
    AZURE_CREDENTIALS='{"clientId": "xxx","clientSecret": "xxx","subscriptionId": "xxx","tenantId": "xxx","activeDirectoryEndpointUrl": "https://login.microsoftonline.com","resourceManagerEndpointUrl": "https://management.azure.com/","activeDirectoryGraphResourceId": "https://graph.windows.net/","sqlManagementEndpointUrl": "https://management.core.windows.net:8443/","galleryEndpointUrl": "https://gallery.azure.com/","managementEndpointUrl": "https://management.core.windows.net/"}'

AWS_ACCESS_KEY_ID="xxx" AWS_SECRET_ACCESS_KEY="xxx" AWS_SESSION_TOKEN="xxx"


- Run the installer
```sh
./local-install.sh

About


Languages

Language:TypeScript 81.9%Language:Shell 11.7%Language:Dockerfile 3.5%Language:HTML 2.5%Language:JavaScript 0.3%