elastic / app-search-firestore-extension

An extension that syncs data from Google's [Cloud Firestore](https://firebase.google.com/products/firestore) to [Elastic App Search](https://www.elastic.co/app-search/).
Apache License 2.0
18 stars 14 forks source link

fix(elastic-search): added secret type for ext config #27

Closed dackers86 closed 3 years ago

dackers86 commented 3 years ago

Upcoming changes will allow a secret type to define secrets and passwords. This adds the type to the APP_SEARCH_API_KEY parameter.

JasonStoltz commented 3 years ago

Thank you for the contribution!