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
426ccc45
Commit
426ccc45
authored
Jun 14, 2016
by
Rohith
Committed by
GitHub
Jun 14, 2016
Browse files
Options
Downloads
Patches
Plain Diff
- adding additional environment config options (#95)
parent
197d3e2e
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
config.go
+12
-9
12 additions, 9 deletions
config.go
with
12 additions
and
9 deletions
config.go
+
12
−
9
View file @
426ccc45
...
@@ -349,6 +349,7 @@ func getOptions() []cli.Flag {
...
@@ -349,6 +349,7 @@ func getOptions() []cli.Flag {
Name
:
"listen"
,
Name
:
"listen"
,
Usage
:
"the interface the service should be listening on"
,
Usage
:
"the interface the service should be listening on"
,
Value
:
defaults
.
Listen
,
Value
:
defaults
.
Listen
,
EnvVar
:
"PROXY_LISTEN"
,
},
},
cli
.
StringFlag
{
cli
.
StringFlag
{
Name
:
"client-secret"
,
Name
:
"client-secret"
,
...
@@ -376,6 +377,7 @@ func getOptions() []cli.Flag {
...
@@ -376,6 +377,7 @@ func getOptions() []cli.Flag {
cli
.
DurationFlag
{
cli
.
DurationFlag
{
Name
:
"idle-duration"
,
Name
:
"idle-duration"
,
Usage
:
"the expiration of the access token cookie, if not used within this time its removed"
,
Usage
:
"the expiration of the access token cookie, if not used within this time its removed"
,
EnvVar
:
"PROXY_IDLE_DURATION"
,
},
},
cli
.
StringFlag
{
cli
.
StringFlag
{
Name
:
"redirection-url"
,
Name
:
"redirection-url"
,
...
@@ -386,6 +388,7 @@ func getOptions() []cli.Flag {
...
@@ -386,6 +388,7 @@ func getOptions() []cli.Flag {
Name
:
"revocation-url"
,
Name
:
"revocation-url"
,
Usage
:
"the url for the revocation endpoint to revoke refresh token"
,
Usage
:
"the url for the revocation endpoint to revoke refresh token"
,
Value
:
"/oauth2/revoke"
,
Value
:
"/oauth2/revoke"
,
EnvVar
:
"PROXY_REVOCATION_URL"
,
},
},
cli
.
StringFlag
{
cli
.
StringFlag
{
Name
:
"store-url"
,
Name
:
"store-url"
,
...
@@ -460,7 +463,7 @@ func getOptions() []cli.Flag {
...
@@ -460,7 +463,7 @@ func getOptions() []cli.Flag {
},
},
cli
.
StringSliceFlag
{
cli
.
StringSliceFlag
{
Name
:
"forwarding-domains"
,
Name
:
"forwarding-domains"
,
Usage
:
"a list of domains which should be signed
, an
ything
is just relay
ed"
,
Usage
:
"a list of domains which should be signed
; ever
ything
else is relayed unsign
ed"
,
},
},
cli
.
StringFlag
{
cli
.
StringFlag
{
Name
:
"tls-cert"
,
Name
:
"tls-cert"
,
...
...
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