Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cloud-3228432
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
cloud-3228432
Commits
6542924e
Commit
6542924e
authored
5 years ago
by
xiaohua guan
Committed by
Yas Naoi
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3071766
by Xiaohua Guan, yas: Fix 403 error in the k8s test
parent
85fa8ba3
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/cloud_service_providers/k8s/composer.json
+1
-1
1 addition, 1 deletion
modules/cloud_service_providers/k8s/composer.json
modules/cloud_service_providers/k8s/tests/src/Functional/Config/K8sCloudConfigTest.php
+1
-1
1 addition, 1 deletion
...rs/k8s/tests/src/Functional/Config/K8sCloudConfigTest.php
with
2 additions
and
2 deletions
modules/cloud_service_providers/k8s/composer.json
+
1
−
1
View file @
6542924e
...
...
@@ -2,5 +2,5 @@
"name"
:
"drupal/k8s"
,
"require"
:
{
"maclof/kubernetes-client"
:
"^0.14.*"
}
,
}
}
This diff is collapsed.
Click to expand it.
modules/cloud_service_providers/k8s/tests/src/Functional/Config/K8sCloudConfigTest.php
+
1
−
1
View file @
6542924e
...
...
@@ -30,7 +30,7 @@ class K8sCloudConfigTest extends K8sTestCase {
'view published cloud config entities'
,
'view own published cloud config entities'
,
'access dashboard'
,
'
list
cloud
server template
'
,
'
view
cloud
config admin list
'
,
'administer k8s'
,
];
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment