Update openstack terraform provider configuration #220
Labels
area/usability
Usability related
kind/enhancement
Enhancement, improvement, extension
lifecycle/rotten
Nobody worked on this for 12 months (final aging stage)
platform/openstack
OpenStack platform/infrastructure
priority/3
Priority (lower number equals higher priority)
status/closed
Issue is closed (either delivered or triaged)
How to categorize this issue?
/area usability
/kind enhancement
/priority normal
/platform openstack
What would you like to be added:
Current provider configuration should be adjusted:
gardener-extension-provider-openstack/charts/internal/openstack-infra/templates/main.tf
Lines 1 to 9 in 9110734
Insecure flag must be removed:
And a
max_retries
should be set in order support the 429 response code with aRetry-After
header.Why is this needed:
insecure=true
parameter.max_retries
starting from Terrafrom OpenStack provider v1.36 will support the 429 response code and sleep accordingly. This is needed in order to decrease high amount of API calls, when a technical user password was changed and a user gets blocked by identity.The text was updated successfully, but these errors were encountered: