Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
P
paas2-auth-sidecar
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ASM
paas2-auth-sidecar
Commits
13ed80bc
Commit
13ed80bc
authored
Apr 03, 2017
by
Sigmund Augdal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test hardcoded full name for memcache
parent
04361468
Pipeline
#1620
passed with stage
in 1 minute and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lua/feide.lua
lua/feide.lua
+1
-1
No files found.
lua/feide.lua
View file @
13ed80bc
...
...
@@ -81,7 +81,7 @@ function userData()
return
end
return
memcGetMultiple
(
"memcache-0.memcache
"
,
"memcache-1.memcache
"
,
11211
,
cookie_value
)
return
memcGetMultiple
(
"memcache-0.memcache
.scratch.svc.cluster.local"
,
"memcache-1.memcache.scratch.svc.cluster.local
"
,
11211
,
cookie_value
)
end
function
setFeideHeaders
(
feide_data
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment