Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kolla Ansible
Commits
9d5e091b
Commit
9d5e091b
authored
3 years ago
by
Zuul
Committed by
Gerrit Code Review
3 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Remove custom value for max_allowed_request_size_in_bytes"
parents
2146015c
57fb7fd0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ansible/roles/barbican/templates/barbican.conf.j2
+0
-1
0 additions, 1 deletion
ansible/roles/barbican/templates/barbican.conf.j2
releasenotes/notes/barbican-max-allowed-request-size-e01ce6526546be56.yaml
+6
-0
6 additions, 0 deletions
...s/barbican-max-allowed-request-size-e01ce6526546be56.yaml
with
6 additions
and
1 deletion
ansible/roles/barbican/templates/barbican.conf.j2
+
0
−
1
View file @
9d5e091b
...
...
@@ -10,7 +10,6 @@ bind_host = {{ api_interface_address }}
host_href = {{ barbican_public_endpoint }}
backlog = 4096
max_allowed_request_size_in_bytes = 1000000
db_auto_create = False
sql_connection = mysql+pymysql://{{ barbican_database_user }}:{{ barbican_database_password }}@{{ barbican_database_address }}/{{ barbican_database_name }}
...
...
This diff is collapsed.
Click to expand it.
releasenotes/notes/barbican-max-allowed-request-size-e01ce6526546be56.yaml
0 → 100644
+
6
−
0
View file @
9d5e091b
---
upgrade
:
-
|
Restores upstream default value for ``max_allowed_request_size_in_bytes``
in ``barbican.conf``. It was set to 1000000 bytes instead of the upstream
default of 25000 bytes.
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