Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
aes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package 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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
liu-puppet-modules
aes
Commits
b2fe7702
Commit
b2fe7702
authored
3 years ago
by
Filip Strömbäck
Browse files
Options
Downloads
Patches
Plain Diff
Added the missing SAcl config to the auth server rules.
parent
75944b3c
No related branches found
No related tags found
2 merge requests
!8
Updated the configuration file for the AUTH server.
,
!7
Merge of PDK, broker, auth
Pipeline
#48695
passed
3 years ago
Stage: puppet
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
files/auth/config.json
+7
-1
7 additions, 1 deletion
files/auth/config.json
with
7 additions
and
1 deletion
files/auth/config.json
+
7
−
1
View file @
b2fe7702
...
...
@@ -66,6 +66,12 @@
"SAND"
:
{
"message_size"
:
102400
,
"groups"
:
[
"AUTH"
,
"ADMC"
,
"DB"
]
},
//
Command-line
tool
for
sandbox
management.
"SAcl"
:
{
"message_size"
:
102400
,
"groups"
:
[
"SAND"
]
}
},
...
...
@@ -100,7 +106,7 @@
{
//
A
list
of
groups
that
we
allow
authenticating
using
this
method.
This
is
mandatory
//
for
all
elements
in
here.
"allow"
:
[
"TEST"
,
"EC"
,
"SC"
,
"MS"
,
"ADMC"
,
"SAND"
],
"allow"
:
[
"TEST"
,
"EC"
,
"SC"
,
"MS"
,
"ADMC"
,
"DB"
,
"SAND"
],
//
The
debug
auth
is
the
simplest.
It
just
allows
whatever
the
connected
client
//
claimed.
It
is
not
good
to
use
in
production
,
and
is
always
disabled
unless
the
...
...
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