Skip to content

Commit

Permalink
Comment out techblog links that are temporarily not working
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Fekete <[email protected]>
  • Loading branch information
fekete-robert committed Feb 12, 2024
1 parent a6594f8 commit 2f48d16
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions content/docs/installing/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ weight: 10
---

Bank-Vaults is a swiss-army knife with multiple manifestations, so the first steps depend on what you want to achieve.
Check one of the following guides to get an overview:
<!-- Check one of the following guides to get an overview:
- [Dynamic credentials with Vault using Kubernetes Service Accounts](https://techblog.cisco.com/vault-dynamic-secrets/)
- [Vault Operator](https://techblog.cisco.com/vault-operator/)
- [Vault unseal flow with KMS](https://techblog.cisco.com/vault-unsealing/)
- [Inject secrets directly into pods from Vault](https://techblog.cisco.com/inject-secrets-into-pods-vault-revisited/)
- [Inject secrets directly into pods from Vault](https://techblog.cisco.com/inject-secrets-into-pods-vault-revisited/) -->

## Deploy with Helm

Expand Down
4 changes: 2 additions & 2 deletions content/docs/operator/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -565,10 +565,10 @@ VaultConfigurerLabels define a set of Kubernetes labels that will be added to al
#### `vaultConfigurerPodSpec` (_[EmbeddedPodSpec](#embeddedpodspec)_)

VaultConfigurerPodSpec is a Kubernetes Pod specification snippet (`spec:` block) that will be merged into the operator generated Vault Configurer Pod specification. default:
#### `config` (_[JSON](#json)_)
#### `config` (_JSON_)

Config is the Vault Server configuration. See https://www.vaultproject.io/docs/configuration/ for more details. default:
#### `externalConfig` (_[JSON](#json)_)
#### `externalConfig` (_JSON_)

ExternalConfig is higher level configuration block which instructs the Bank Vaults Configurer to configure Vault through its API, thus allows setting up: - Secret Engines - Auth Methods - Audit Devices - Plugin Backends - Policies - Startup Secrets (Bank Vaults feature)

Expand Down
2 changes: 1 addition & 1 deletion content/docs/operator/templating-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ In this case, `vault-configurer` evaluates the value of `MY_ENVIRONMENT_VARIABLE

Note that you can also use [Sprig functions](#sprig-functions) and [custom Kubernetes-related functions](#custom-functions) in your templates.

For a detailed example, see the [Using templates for injecting dynamic configuration in Vault](https://techblog.cisco.com/bank-vaults-templates#full-example) blog post.
<!-- For a detailed example, see the [Using templates for injecting dynamic configuration in Vault](https://techblog.cisco.com/bank-vaults-templates#full-example) blog post. -->

## Sprig functions

Expand Down

0 comments on commit 2f48d16

Please sign in to comment.