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

crossplane-contrib/back-stack

Repository files navigation

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