Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linuxops
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
linuxsupport
websites
linuxops
Commits
52ea3e40
Commit
52ea3e40
authored
1 year ago
by
Alex Iribarren
Browse files
Options
Downloads
Plain Diff
Merge branch 'kojiuser' into 'master'
Koji user with non admin privileges See merge request
!111
parents
49435eb7
c7b73902
Branches
Branches containing commit
No related tags found
1 merge request
!111
Koji user with non admin privileges
Pipeline
#6570881
failed
1 year ago
Stage: validation
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/koji/troubleshooting.md
+17
-0
17 additions, 0 deletions
docs/koji/troubleshooting.md
with
17 additions
and
0 deletions
docs/koji/troubleshooting.md
+
17
−
0
View file @
52ea3e40
...
...
@@ -22,3 +22,20 @@ Look for the `-vnc 127.0.0.1:0` part of the command, to find the display number,
*
Select the host you want to reboot and disable it
*
Wait for its current tasks to finish
*
Reboot the node
## Testing koji using a non admin user
We created the service account
`kojiuser`
to enable the linux team to do tests as a non koji user admin.
For instance, this is useful when it is needed to test the output of a koji command that was restricted only to admin users.
```
[kojiuser@mvf-alma9 ~]$ koji -p kojitest list-users --perm=admin
Usage: koji list-users [options]
(Specify the --help global option for a list of other help options)
koji: error: This action requires admin privileges
```
The password of the account is available in
`tbag show kojiuser --hg lsb`
.
\ No newline at end of file
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