mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-19 04:21:44 -07:00
* influxdb_user: allow creation of first user with auth enabled (#2364) * handle potential exceptions while parsing influxdb client error * fix changelog Co-authored-by: Felix Fontein <felix@fontein.de> * influxdb_user: use generic exceptions to be compatible with python 2.7 Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
2a376642dd
commit
b89eb87ad6
2 changed files with 28 additions and 2 deletions
5
changelogs/fragments/2364-influxdb_user-first_user.yml
Normal file
5
changelogs/fragments/2364-influxdb_user-first_user.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
bugfixes:
|
||||
- influxdb_user - allow creation of admin users when InfluxDB authentication
|
||||
is enabled but no other user exists on the database. In this scenario,
|
||||
InfluxDB 1.x allows only ``CREATE USER`` queries and rejects any other query
|
||||
(https://github.com/ansible-collections/community.general/issues/2364).
|
Loading…
Add table
Add a link
Reference in a new issue