Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wolass
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
NOC
wolass
Commits
4d728eec
Commit
4d728eec
authored
2 years ago
by
Simon Ruderich
Browse files
Options
Downloads
Patches
Plain Diff
README: document authentication and authorization
parent
154afa1c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#465568
passed
2 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.adoc
+9
-0
9 additions, 0 deletions
README.adoc
with
9 additions
and
0 deletions
README.adoc
+
9
−
0
View file @
4d728eec
...
...
@@ -15,6 +15,15 @@ https://blog.ipspace.net/2009/03/generating-layer-2-broadcast-from.html for
this idea. To prevent misuse of this IP it can be restricted by firewall or
ACL.
Authentication is based on SAML and handled in `saml.go`. The current setup is
suited for our local IdP implementation. Change the SAML-attributes for your
installation if necessary.
Authorization is based on user name (option `Users`) or UNIX group membership
(option `UnixGroups`; groups on the system where wolass is running).
Additional methods can be implemented easily. Have a look at `config.go` and
`isNetworkUserAccesible()` in `main.go`.
== Screenshot
...
...
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