Database / InfluxDb interview questions II
How do API tokens differ from username/password authentication in InfluxDB v2?
API tokens are fine-grained and service-friendly, while username/password is primarily for interactive login; production pipelines should use scoped tokens.
More Related questions...