Skip to content

Commit

Permalink
Merge pull request #132 from rackerlabs/secret-cleanup
Browse files Browse the repository at this point in the history
feat: clean up legacy secrets bits
  • Loading branch information
cardoe authored Jul 2, 2024
2 parents c8ec8f2 + 45d0039 commit b922167
Show file tree
Hide file tree
Showing 6 changed files with 209 additions and 480 deletions.
234 changes: 0 additions & 234 deletions components/01-secrets/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions components/dexidp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ via DNS names and not have to patch your `/etc/hosts` or the DNS resolution in t

## Azure authentication

Dex can optionally be configured to allow authentication through Azure SSO. The
exact steps to configure this are available in
[01-secrets/README.md](../01-secrets/README.md).

[socialauth]: https://python-social-auth.readthedocs.io/en/latest/backends/oidc.html
[disco]: https://openid.net/specs/openid-connect-discovery-1_0.html
[authzcodegrant]: https://datatracker.ietf.org/doc/html/rfc6749#section-4.1
4 changes: 2 additions & 2 deletions docs/gitops-install.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# GitOps based Install
# Dev Environment GitOps based Install

This guide is not meant to be a definitive guide to [GitOps][gitops] and
how it can be used with UnderStack or even a best practices example
but instead focused on an example development oriented installation.
but instead focused on an example _development_ oriented installation.
It will make a few assumptions and some opinionated choices that may
not align with a production best practices installation.
Most notable assumptions are:
Expand Down
3 changes: 0 additions & 3 deletions docs/install-understack-ubuntu-k3s.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,6 @@ Generate secrets:
# make the namespaces where the secrets will live
kubectl create ns openstack
kubectl create ns nautobot

# load the secrets
kubectl apply -k components/01-secrets/
```

```bash
Expand Down
Loading

0 comments on commit b922167

Please sign in to comment.