clean up more references to vault and licensing
Signed-off-by: jessebot <jessebot@linux.com>
This commit is contained in:
parent
b473c07acc
commit
bfd5135800
3 changed files with 9 additions and 12 deletions
14
.github/ISSUE_TEMPLATE/bug_report.md
vendored
14
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -9,9 +9,9 @@ assignees: ''
|
||||||
|
|
||||||
<!-- Please reserve GitHub issues for bug reports and feature requests.
|
<!-- Please reserve GitHub issues for bug reports and feature requests.
|
||||||
|
|
||||||
For questions, the best place to get answers is on our [discussion forum](https://discuss.hashicorp.com/c/vault), as they will get more visibility from experienced users than the issue tracker.
|
**Please note**: We take OpenBao's security and our users' trust very seriously. If
|
||||||
|
you believe you have found a security issue in OpenBao Helm, _please responsibly disclose_
|
||||||
Please note: We take Vault's security and our users' trust very seriously. If you believe you have found a security issue in OpenBao Helm, _please responsibly disclose_ by contacting us at [openbao-security@lists.lfedge.org](mailto:openbao-security@lists.lfedge.org).
|
by contacting us at [openbao-security@lists.lfedge.org](mailto:openbao-security@lists.lfedge.org).
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
@ -21,10 +21,10 @@ A clear and concise description of what the bug is.
|
||||||
**To Reproduce**
|
**To Reproduce**
|
||||||
Steps to reproduce the behavior:
|
Steps to reproduce the behavior:
|
||||||
1. Install chart
|
1. Install chart
|
||||||
2. Run vault command
|
2. Run bao command
|
||||||
3. See error (vault logs, etc.)
|
3. See error (openbao logs, etc.)
|
||||||
|
|
||||||
Other useful info to include: vault pod logs, `kubectl describe statefulset vault` and `kubectl get statefulset vault -o yaml` output
|
Other useful info to include: openbao pod logs, `kubectl describe statefulset openbao` and `kubectl get statefulset openbao -o yaml` output
|
||||||
|
|
||||||
**Expected behavior**
|
**Expected behavior**
|
||||||
A clear and concise description of what you expected to happen.
|
A clear and concise description of what you expected to happen.
|
||||||
|
@ -33,7 +33,7 @@ A clear and concise description of what you expected to happen.
|
||||||
* Kubernetes version:
|
* Kubernetes version:
|
||||||
* Distribution or cloud vendor (OpenShift, EKS, GKE, AKS, etc.):
|
* Distribution or cloud vendor (OpenShift, EKS, GKE, AKS, etc.):
|
||||||
* Other configuration options or runtime services (istio, etc.):
|
* Other configuration options or runtime services (istio, etc.):
|
||||||
* vault-helm version:
|
* openbao-helm version:
|
||||||
|
|
||||||
Chart values:
|
Chart values:
|
||||||
|
|
||||||
|
|
3
.github/ISSUE_TEMPLATE/config.yml
vendored
3
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -3,5 +3,4 @@
|
||||||
|
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: Ask a question
|
- name: Ask a question
|
||||||
url: https://discuss.hashicorp.com/c/vault
|
url: https://chat.lfx.linuxfoundation.org/#/room/#openbao-questions:chat.lfx.linuxfoundation.org
|
||||||
about: For increased visibility, please post questions on the discussion forum, and tag with `k8s`
|
|
||||||
|
|
2
.github/workflows/acceptance.yaml
vendored
2
.github/workflows/acceptance.yaml
vendored
|
@ -18,7 +18,5 @@ jobs:
|
||||||
node_image: kindest/node:v${{ matrix.kind-k8s-version }}
|
node_image: kindest/node:v${{ matrix.kind-k8s-version }}
|
||||||
version: v0.22.0
|
version: v0.22.0
|
||||||
- run: bats --tap --timing ./test/acceptance
|
- run: bats --tap --timing ./test/acceptance
|
||||||
env:
|
|
||||||
VAULT_LICENSE_CI: ${{ secrets.VAULT_LICENSE_CI }}
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
Loading…
Reference in a new issue