9a4bafa5d4
To remove hardcoded constant called 'ITERATORS_LIMIT', that can be exceeded (2000) having big amount of objects. It is easy to achieve in big cloud with user that is allowed to view lots of resources. Change-Id: I818561ca044bad505402b69d22a41ea892e15fcc Closes-Bug: #1690179
9 lines
216 B
YAML
9 lines
216 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Remove hardcoded constant called 'ITERATORS_LIMIT', that can be
|
|
exceeded (2000) having big amount of objects.
|
|
Introduce dsl_iterators_limit configuration option instead of
|
|
constant.
|
|
|