Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connect to InfluxDB using HTTPS #77

Open
louisjeck opened this issue Dec 9, 2022 · 3 comments
Open

Connect to InfluxDB using HTTPS #77

louisjeck opened this issue Dec 9, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@louisjeck
Copy link

Hello,
Mon instance InfluxDB n'est accessible qu'en HTTPS, est-ce possible d'avoir une variable d'environnement INFLUXDB_SCHEME qu'on pourrait passer en https au besoin ?

Merci

@yukulehe
Copy link
Owner

Salut. Oui je suppose que ça doit être possible. Faut que je regarde la doc de l'API influx. Et que je trouve un peu de temps pour l'implémenter.

@yukulehe yukulehe added the enhancement New feature or request label Dec 12, 2022
@yukulehe
Copy link
Owner

yukulehe commented Dec 12, 2022

Si tu as un exemple d'un projet github en python sur lequel ça marche, je suis preneur.

@louisjeck
Copy link
Author

louisjeck commented Dec 12, 2022

Hello, je n'ai pas d'exemple sous la main, mais à priori il n'y a rien d'autre à faire que de prendre schema en argument de
influxdb::connect et de construire l'URL avec url = schema + host + ":" + str(port), et de passer le schema donné en env. Le client InfluxDBClient devrait supporter le SSL sans soucis.

yukulehe added a commit that referenced this issue Dec 16, 2022
Add influxdb ssl connexion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants