-
Notifications
You must be signed in to change notification settings - Fork 547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
util: allow configuring VAULT_AUTH_MOUNT_PATH for Vault Tenant SA KMS #2322
util: allow configuring VAULT_AUTH_MOUNT_PATH for Vault Tenant SA KMS #2322
Conversation
@nixpanic CI is failing PTAL. |
1d75a24
to
20fbe95
Compare
/retest ci/centos/mini-e2e-helm/k8s-1.19 |
/retest ci/centos/mini-e2e/k8s-1.20 |
New
|
Failed to deploy CephFS RBAC (logs):
|
20fbe95
to
2225381
Compare
/retest ci/centos/mini-e2e |
/retest ci/centos/mini-e2e-helm |
@Mergifyio rebase Required for change in CentOS image used by e2e #2349 |
2225381
to
e8d7742
Compare
Command
|
/retest ci/centos/mini-e2e-helm/k8s-1.21 |
Failed due to etcdserver timeout (logs):
|
e8d7742
to
2c4dced
Compare
/retest ci/centos/mini-e2e-helm/k8s-1.19 |
@Mergifyio rebase |
2c4dced
to
c22d034
Compare
Command
|
This should not have been closed 😞 |
/retest ci/centos/mini-e2e/k8s-1.21 |
e2e failed to deploy rbd component (logs):
Should get fixed with #2329 |
/retest ci/centos/mini-e2e-helm/k8s-1.22 |
resizing cephfs volume failed (logs):
|
c22d034
to
2a6b2c2
Compare
/retest ci/centos/mini-e2e/k8s-1.21 |
/retest ci/centos/mini-e2e/k8s-1.21 |
2a6b2c2
to
ddac0f3
Compare
@Mergifyio rebase More PRs got merged, lets restart CI jobs |
The VAULT_AUTH_MOUNT_PATH is a Vault configuration parameter that allows a user to set a non default path for the Kubernetes ServiceAccount integration. This can already be configured for the Vault KMS, and is now added to the Vault Tenant SA KMS as well. Signed-off-by: Niels de Vos <ndevos@redhat.com>
ddac0f3
to
fa37ae8
Compare
Command
|
/test ci/centos/mini-e2e/k8s-1.21 |
`Aug 4 20:23:22.683: INFO: >>> kubeConfig: /root/.kube/config Aug 4 20:23:23.708: FAIL: failed to write IO, err: command terminated with exit code 2, stdErr: /bin/sh: 1: cannot create /var/lib/www/html/test: Read-only file system |
Cool!! good catch ceph-csi CI :-) Looking into this now. And thanks for reporting this @Madhu-1 👍 |
The VAULT_AUTH_MOUNT_PATH is a Vault configuration parameter that allows
a user to set a non default path for the Kubernetes ServiceAccount
integration. This can already be configured for the Vault KMS, and is
now added to the Vault Tenant SA KMS as well.
Show available bot commands
These commands are normally not required, but in case of issues, leave any of
the following bot commands in an otherwise empty comment in this PR:
/retest ci/centos/<job-name>
: retest the<job-name>
after unrelatedfailure (please report the failure too!)
/retest all
: run this in case the CentOS CI failed to start/report any testprogress or results