influxdata / openapi

An OpenAPI specification for influx (cloud/oss) apis.
MIT License
17 stars 10 forks source link

chore(nifi): add brokerCACert param to subscription params #473

Closed subirjolly closed 2 years ago

subirjolly commented 2 years ago

Related Issue: https://github.com/influxdata/data-acquisition/issues/441

add brokerCACert and authType params as we need 4 params

  1. brokerCACert
  2. brokerClientCert
  3. brokerClientKey
helenosheaa commented 2 years ago

we should add/change these with this PR:

genehynson commented 2 years ago
  • brokerKeypairVaultPath

This wouldn't be included in the API contract, right? The other ones make sense to me.

helenosheaa commented 2 years ago

This wouldn't be included in the API contract, right? The other ones make sense to me.

correct good catch, i'm copy pasting the whole list, edited :)