Added "unassigned_primary_shards" to array of cluster_health_mapping to avoid warning message: Undefined array key "unassigned_primary_shards"...
Also uploading a patch file for the same
Patch with fix for configuration form hide and show apikey and name/password
dajjen β created an issue.
Fixed configuration form field hide/show for apikey and name/password accoourding to what you choose on authentication type
also adding my change as a patch file
I have extended the authentication type list with the option apikey and also updated the clientmanager to make the new header for the request if you choose to use apikey as authentication type
dajjen β created an issue.
Hello, Is there any plan of implementing this patch so the module get Drupal 10 ready?
Looks good to me and.
I have tested this and it works.
dajjen β made their first commit to this issueβs fork.
Is this still an issue?
The old flood_is_allowed have been replaced by the flood interface (Drupal\Core\Flood\FloodInterface) that you can apply to a class and implement you own isAllowed method.