Closed (fixed)
Project:
Cloud
Version:
4.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
8 Jul 2021 at 20:37 UTC
Updated:
23 Jul 2021 at 06:09 UTC
Jump to comment: Most recent
k8s configmap to k8s config_map in the permissions yaml file and places where it is declared in code.Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
baldwinlouie commented@yas, adding a `PR` that fixes the permission mismatch. During testing, I also found that the regex in
k8s_query_k8s_entity_views_access_alter()doesn't catch the case when the All -> K8s Resources link is clicked.This will only catch view.*.list listing page. It won't catch the view.*.all listing page.
I added support to the regex to support both view.*.list and view.*.all page like such
Comment #4
yas@baldwinlouie
Thank you for fixing the issue. It looks good to me.
@baldwinlouie @sekinet
The patch found another test case failure at
K8sRoleBindingTest::testUpdateAllRoleBindingList().I created the issue to be solved at #3222920: Fix a test case error at K8sRoleBindingTest::testUpdateAllRoleBindingList(). Could you please review that patch, too?
@xiaohua-guan
What do you think about this patch apart from #3222920: Fix a test case error at K8sRoleBindingTest::testUpdateAllRoleBindingList()?
Thanks
Comment #5
xiaohua guan commented@yas
The patch file looks good to me.
And about "What do you think about this patch apart from #3222920: Fix a test case error at K8sRoleBindingTest::testUpdateAllRoleBindingList()?", I think it is a good idea.
Comment #6
yas@xiaohua-guan
Thank you for your review. I'll merge the patch to
4.xand close this issue as Fixed.Comment #8
yasComment #10
yas