serokell / coffer

Multi-backend password store with multiple frontends
4 stars 2 forks source link

[#95] Send config file via web api #122

Closed Kariel-Myrr closed 2 years ago

Kariel-Myrr commented 2 years ago

Description

We used to get backend configuration for Web.Server from local config file. So remote client couldn't config backend. Now client sends us info about backend via coffer-backend header in API request

In this PR:

Related issue(s)

Fixed #95

:white_check_mark: Checklist for your Pull Request

Related changes (conditional)

Stylistic guide (mandatory)

dcastro commented 2 years ago

The port in /tests/server-integration/Utils.hs needs to be updated from 8212 to 8213 as well