endlessm / azafea

Service to track device activations and usage metrics
Mozilla Public License 2.0
10 stars 2 forks source link

github: Use API key instead of username/password #196

Closed dbnicholson closed 1 month ago

dbnicholson commented 1 month ago

An API key is the preferred way to authenticate to the Metabase API. The metabase builder supports API keys using the METABASE_API_KEY environment variable since 7337d7a.

https://phabricator.endlessm.com/T32367

This depends on https://github.com/endlessm/eos-administration/pull/1448.

dbnicholson commented 1 month ago

The workflow is failing since I haven't actually deployed https://github.com/endlessm/eos-administration/pull/1448 yet. Maybe I'll just do that to test...

dbnicholson commented 1 month ago

The workflow is failing since I haven't actually deployed endlessm/eos-administration#1448 yet. Maybe I'll just do that to test...

Did that and now it works.