ContainerImage.Pinniped/site
Matt Moyer 8136c787a7
More adjustments to configure-supervisor-with-gitlab.md.
- Use `nickname` claim as an example, which means we only need the `openid` scope.
  This is also more stable since emails can change over time.

- Put the OIDCIdentityProvider and Secret into one YAML blob, since they will likely be copy-pasted together anyway.

- Add a separate section for using alternate claims.

- Add a separate section for using a private GitLab instance.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
2021-05-04 15:49:45 -05:00
..
archetypes Hugo version of Pinniped site 2020-11-06 12:42:57 -10:00
content More adjustments to configure-supervisor-with-gitlab.md. 2021-05-04 15:49:45 -05:00
redirects More website tweaks. 2021-02-23 14:03:37 -06:00
resources/_gen/assets/scss/scss More website tweaks. 2021-02-23 14:03:37 -06:00
themes/pinniped added search functionality to docs on Pinniped.dev 2021-04-09 10:58:39 -05:00
.gitignore Hugo version of Pinniped site 2020-11-06 12:42:57 -10:00
config.yaml Fix missing titles on website docs. 2021-03-01 11:31:27 -06:00
netlify.toml Disable Content-Security-Policy for now. 2021-04-09 10:58:39 -05:00
README.md Hugo version of Pinniped site 2020-11-06 12:42:57 -10:00

Website for Pinniped

Prerequisites
  • Hugo
    • macOS: brew install hugo
    • Windows: choco install hugo-extended -confirm

Build

hugo server --disableFastRender

Serve

Serve site at http://localhost:1313