Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
prozorro-sale
Registry Mirror
Commits
1b93d023
Commit
1b93d023
authored
Aug 11, 2021
by
Pavel Kuzmenko
Browse files
fix(auth): add AUTH_IP_BLOCK_STRICT in env
parent
1e796b8a
Pipeline
#25972
passed with stages
in 2 minutes and 49 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
helm/registry-mirror-service/templates/registry-mirror-deployment.yaml
View file @
1b93d023
...
...
@@ -78,6 +78,8 @@ spec:
value
:
{{
.Values.document_service_url
}}
-
name
:
DICTIONARIES_URL
value
:
{{
.Release.Name
}}
-{{.Values.dictionaries_and_classifiers_api}}
-
name
:
AUTH_IP_BLOCK_STRICT
value
:
"
{{
.Values.authApiBlockStrict
}}"
{{
- with .Values.nodeSelector
}}
nodeSelector
:
{{
- toYaml . | nindent 8
}}
...
...
helm/registry-mirror-service/values.yaml
View file @
1b93d023
...
...
@@ -57,3 +57,4 @@ affinity: {}
document_service_url
:
http://ps-procedure-dev.kube.raccoongang.com
dictionaries_and_classifiers_api
:
prozorro-sale-dictionaries-and-classifiers
authApiBlockStrict
:
'
1'
Write
Preview
Supports
Markdown
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