emqx/apps/emqx_bridge_gcp_pubsub/test
Thales Macedo Garitezi f2c372d9ff feat(gcp_pubsub_bridges): make service account json a binary
Fixes https://emqx.atlassian.net/browse/EMQX-11384

Today, service_account_json config field is an embedded object (map()).

This requires user to embed a JSON object into the config file instead of embedding it as
a string.

We should support binary() type as input, but keep supporting map() for backward
compatibility.
2024-02-26 09:21:07 -03:00
..
emqx_bridge_gcp_pubsub_consumer_SUITE.erl Merge pull request #12571 from zhongwencool/delete-repeat-ci-test 2024-02-23 17:17:39 +08:00
emqx_bridge_gcp_pubsub_producer_SUITE.erl feat(gcp_pubsub_bridges): make service account json a binary 2024-02-26 09:21:07 -03:00
emqx_bridge_gcp_pubsub_tests.erl chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_bridge_gcp_pubsub_utils.erl chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_bridge_v2_gcp_pubsub_consumer_SUITE.erl feat(gcp_pubsub_bridges): make service account json a binary 2024-02-26 09:21:07 -03:00