We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2c3e2d commit cab5796Copy full SHA for cab5796
influxdb/users.sls
@@ -185,8 +185,6 @@ check_auth_user_{{ name }}_legacy:
185
- match_type: string
186
- header_dict:
187
Authorization: Token {{ influxdb['user']['admin']['token'] }}
188
- - require:
189
- - http: check_bucket_{{ bucket }}_exists
190
191
auth_user_{{ name }}_legacy:
192
http.query:
@@ -208,8 +206,6 @@ password_auth_user_{{ name }}_legacy:
208
206
- data: '{"password": "{{ config["password"] }}"}'
209
207
210
211
212
213
214
{%- set auth_data = {
215
'token': name,
0 commit comments