Skip to content

Commit

Permalink
Merge branch 'cspl-2601' into cspl-2600
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek Reddy committed Oct 15, 2024
2 parents 1a61128 + b3a01b2 commit b70767a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/PasswordManagement.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- [Secrets on Docker Splunk](#secrets-on-docker-splunk)
- [SmartStore Access using AWS IAM Role for Service Account](#smartstore-access-using-aws-iam-role-for-service-account)
- [Support for AWS IAM Role for Service Account in Splunk Operator Deployment](#support-for-aws-iam-role-for-service-account-in-splunk-operator-deployment)
- [Support for Hashicorp Vault](#support-for-hashicorp-vault-in-splunk-operator-deployment)

## Global kubernetes secret object
A global kubernetes secret object acts as the source of secret tokens for a kubernetes namespace used by all Splunk Enterprise CR's. It's name follows the format `splunk-<namespace>-secret` where `<namespace`> represents the namespace we are operating in. The contents of this object are volume mounted on all the pods within a kubernetes namespace.
Expand Down Expand Up @@ -153,4 +154,7 @@ spec:
persistentVolumeClaim:
claimName: splunk-operator-app-download
...
```
```

## Support for Hashicorp Vault in Splunk Operator Deployment
TODO

0 comments on commit b70767a

Please sign in to comment.