Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
keycloak-proxy
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
Container registry
Model registry
Operate
Environments
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Janne Mareike Koschinski
keycloak-proxy
Commits
894c6e34
Commit
894c6e34
authored
Jan 4, 2016
by
Rohith
Browse files
Options
Downloads
Patches
Plain Diff
- fixing the missing quote typo
parent
ae06d7df
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
main.go
+1
-1
1 addition, 1 deletion
main.go
with
2 additions
and
2 deletions
README.md
+
1
−
1
View file @
894c6e34
...
...
@@ -35,7 +35,7 @@ GLOBAL OPTIONS:
--tls-cert
the path to a certificate file used
for
enabled TLS
for
the service
--tls-private-key
the path to the private key
for
TLS support
--scope
[
--scope
option
--scope
option] a variable list of scopes requested when authenticating the user
--resource
[
--resource
option
--resource
option] a list of resources
'uri=/admin|methods=GET|roles=role1,role2
--resource
[
--resource
option
--resource
option] a list of resources
'uri=/admin|methods=GET|roles=role1,role2
'
--signin-page
a custom template under ./templates displayed
for
signin
--forbidden-page
a custom template under ./templates used
for
access forbidden
--max-session
"1h0m0s"
if
refresh sessions are enabled we can limit their duration via this
...
...
This diff is collapsed.
Click to expand it.
main.go
+
1
−
1
View file @
894c6e34
...
...
@@ -81,7 +81,7 @@ func main() {
},
cli
.
StringSliceFlag
{
Name
:
"resource"
,
Usage
:
"a list of resources 'uri=/admin|methods=GET|roles=role1,role2"
,
Usage
:
"a list of resources 'uri=/admin|methods=GET|roles=role1,role2
'
"
,
},
cli
.
StringFlag
{
Name
:
"signin-page"
,
...
...
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