Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pyjapc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
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
scripting-tools
pyjapc
Merge requests
!100
rbacLogin token argument is optional
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
rbacLogin token argument is optional
pelson/pyjapc:fix/token-is-optional
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Philip Elson
requested to merge
pelson/pyjapc:fix/token-is-optional
into
master
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
As spotted by
@tlevens
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
edc7eb4b
1 commit,
1 year ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
pyjapc/_japc.py
+
1
−
1
Options
@@ -394,7 +394,7 @@ class PyJapc:
loginDialog
:
bool
=
False
,
readEnv
:
bool
=
True
,
*
,
token
:
typing
.
Union
[
bytes
,
pyjapc_types
.
PyRbacTokenLike
,
None
],
token
:
typing
.
Union
[
bytes
,
pyjapc_types
.
PyRbacTokenLike
,
None
]
=
None
,
)
->
None
:
"""
Perform RBAC authentication.
Loading