influxdata / influxdb

Scalable datastore for metrics, events, and real-time analytics
https://influxdata.com
Apache License 2.0
28.91k stars 3.55k forks source link

Specify a token while creating token #22647

Open wangshuang0220 opened 3 years ago

wangshuang0220 commented 3 years ago

Proposal: Specify a token while creating token. Current behavior: Describe what currently happens.

Desired behavior: i want to specify token while creating token

Alternatives considered:

Use case:

williamhbaker commented 3 years ago

@wangshuang0220 can you elaborate a little bit on your desired behavior? As it is, to create a token, you do need to specify an existing token to authorize the request.

coxifred commented 2 years ago

Purpose, is to have same token over multiple influxdb servers. When you are behind a F5 load balancer, whenever the choosen backend server, the request will always been authorized.

Same purpose here : https://github.com/influxdata/influxdb/issues/21478

Or do you have another solution for this ? (except cluster commercial one)

coxifred commented 2 years ago

@wangshuang0220 can you elaborate a little bit on your desired behavior? As it is, to create a token, you do need to specify an existing token to authorize the request.

Purpose, is to have same token over multiple influxdb servers. When you are behind a F5 load balancer, whenever the choosen backend server, the request will always been authorized.

Same purpose here : https://github.com/influxdata/influxdb/issues/21478

Or do you have another solution for this ? (except cluster commercial one)

coxifred commented 2 years ago

Update ?