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
influx lacks a way to add users as owners of the org and people must use /api/v2/orgs/ORGID/owners directly. Today influx user create puts users in /api/v2/orgs/ORGID/members by default, which is more secure but makes the UI difficult to use. It would be good to have an influx orgs owners command the operates like influx orgs members so that users can move people around. influx user create might want to gain an --owner switch to change the default behavior (or something similar).
The text was updated successfully, but these errors were encountered:
influx
lacks a way to add users as owners of the org and people must use/api/v2/orgs/ORGID/owners
directly. Todayinflux user create
puts users in/api/v2/orgs/ORGID/members
by default, which is more secure but makes the UI difficult to use. It would be good to have aninflux orgs owners
command the operates likeinflux orgs members
so that users can move people around.influx user create
might want to gain an--owner
switch to change the default behavior (or something similar).The text was updated successfully, but these errors were encountered: