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
Merge requests
!111
Koji user with non admin privileges
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Koji user with non admin privileges
kojiuser
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Marta Vila Fernandes
requested to merge
kojiuser
into
master
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
c7b73902
1 commit,
1 year ago
1 file
+
17
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
docs/koji/troubleshooting.md
+
17
−
0
Options
@@ -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
Loading