spelling: hashicorp
This commit is contained in:
parent
3ad579930e
commit
99aea0be22
|
@ -1,5 +1,5 @@
|
|||
#!/usr/local/bin/dumb-init /bin/sh
|
||||
# Script created following Hashicorp's model for Consul:
|
||||
# Script created following HashiCorp's model for Consul:
|
||||
# https://github.com/hashicorp/docker-consul/blob/master/0.X/docker-entrypoint.sh
|
||||
# Comments in this file originate from the project above, simply replacing 'Consul' with 'Nomad'.
|
||||
set -e
|
||||
|
|
|
@ -371,12 +371,12 @@ This is because the reset file is in place, but with the incorrect index.
|
|||
The reset file can be deleted, but Nomad will not reset the bootstrap until the index is corrected.
|
||||
|
||||
## Vault Integration
|
||||
Hashicorp Vault has a secret backend for generating short-lived Nomad tokens. As Vault has a number of
|
||||
HashiCorp Vault has a secret backend for generating short-lived Nomad tokens. As Vault has a number of
|
||||
authentication backends, it could provide a workflow where a user or orchestration system authenticates
|
||||
using an pre-existing identity service (LDAP, Okta, Amazon IAM, etc.) in order to obtain a short-lived
|
||||
Nomad token.
|
||||
|
||||
~> Hashicorp Vault is a standalone product with it's own set of deployment and
|
||||
~> HashiCorp Vault is a standalone product with it's own set of deployment and
|
||||
configuration best practices. Please review [Vault's
|
||||
documentation](https://www.vaultproject.io/docs/index.html) before deploying it
|
||||
in production.
|
||||
|
|
|
@ -38,7 +38,7 @@ description: |-
|
|||
<li><a href="https://www.hashicorp.com/resources/jet-walmart-hashicorp-nomad-azure-run-apps">How <strong>Jet.com</strong> uses HashiCorp Nomad on Azure to run its applications</a></li>
|
||||
<li><a href="https://www.hashicorp.com/resources/end-to-end-production-nomad-citadel">End to end production Nomad at <strong>Citadel</strong></a></li>
|
||||
<li><a href="https://www.hashicorp.com/resources/nomad-overview-demo-citadel-use-case">HashiCorp Nomad demo and <strong>Citadel</strong> use case</a></li>
|
||||
<li><a href="https://www.youtube.com/watch?v=lTIvKZHedJQ">Nelson: Multi-region Container Orchestration for Hashicorp Nomad and Lyft Envoy</a></li>
|
||||
<li><a href="https://www.youtube.com/watch?v=lTIvKZHedJQ">Nelson: Multi-region Container Orchestration for HashiCorp Nomad and Lyft Envoy</a></li>
|
||||
<li><a href="https://www.hashicorp.com/resources/elsevier-nomad-container-framework-demo"><strong>Elsevier's</strong> Container Framework with Nomad, Terraform, and Consul</a></li>
|
||||
<li><a href="https://www.hashicorp.com/resources/pagerduty-nomad-journey"><strong>PagerDuty's</strong> Nomadic Journey</a></li>
|
||||
<li><a href="https://www.hashicorp.com/resources/operating-jobs-scale-nomad">Operating jobs at scale with Nomad</a></li>
|
||||
|
|
Loading…
Reference in New Issue