You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is no longer an issue, as we're not auto-creating buckets and DB/RP mappings. We have verified that writes are now working after mappings are setup.
Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
test
bucket usinginflux setup
test-user
V1 token usinginflux v1 auth create
, granting write access on the buckettest-user
token and the write API:Expected behavior:
The write should succeed
Actual behavior:
The write fails with a permissions error. Running
influx bucket list
shows a newtest/autogen
bucket has been created.By stepping through the code, I was able to find that the V1 API:
Step 3 fails the auth check because the user is authorized to write into "test", not "test/autogen"
The text was updated successfully, but these errors were encountered: