UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit c543bcc8 authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Merge branch '1134-update-sso-quickstart' into 'master'

Resolve "sso_quickstart.md is blank"

Closes #1134

See merge request platform-one/big-bang/bigbang!1517
parents 6015a3f7 d967d53c
No related branches found
No related tags found
1 merge request!1517Resolve "sso_quickstart.md is blank"
......@@ -46,7 +46,7 @@ Important limitations of this quick start guide's implementation of k3d to be aw
* Multiple Ingress Gateways makes a demoable/tinkerable KeyCloak and locally hosted SSO deployment much easier.
* Multiple Ingress Gateways can be demoed on k3d if configuration tweaks are made, MetalLB is used, and you are developing using a local Linux Desktop. (network connectivity limitations of the implementation would only allow a the web browser on the k3d host server to see the webpages.)
* If you want to easily demo and tinker with Multiple Ingress Gateways and Keycloak, then MetalLB + k3s (or another non-Dockerized Kubernetes distribution) would be a happy path to look into. (or alternatively create an issue ticket requesting prioritization of a keycloak quick start or better yet a Merge Request.)
* Access to Container Images Prerequisite is satisfied by using personal image pull credentials and internet connectivity to <registry1.dso.mil>
* Access to Container Images Prerequisite is satisfied by using personal image pull credentials and internet connectivity to <https://registry1.dso.mil>
* Customer Controlled Private Git Repo Prerequisite isn't required due to substituting declarative git ops installation of the Big Bang Helm chart with an imperative helm cli based installation.
* Encrypting Secrets as code Prerequisite is substituted with clear text secrets on your local machine.
* Installing and Configuring Flux Prerequisite: Not using GitOps for the quick start eliminates the need to configure flux, and installation is covered within this guide.
......@@ -100,7 +100,7 @@ The following requirements are recommended for Demonstration Purposes:
User ubuntu
StrictHostKeyChecking no #Useful for vagrant where you'd reuse IP from repeated tear downs
#########################"""
echo "$temp" | sudo tee -a ~/.ssh/config #tee -a, appends to preexisting config file
echo "$temp" | tee -a ~/.ssh/config #tee -a, appends to preexisting config file
```
1. SSH to instance
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment