You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.
Settings can be prefixed with bucket id:
.. code-block:: ini
kinto.signer.signer_backend = kinto_signer.signer.autograph
kinto.signer.autograph.server_url = http://172.11.20.1:8888
kinto.signer.<bucket-id>.autograph.hawk_id = bob
kinto.signer.<bucket-id>.autograph.hawk_secret = a-secret
But if you do this, you end up with a setting like kinto.signer.sb2.ecdsa.public_key = /path/to/key, which kinto-signer understands to mean "a public_key setting for the collection sb2/ecdsa", which is probably not what was intended.
The README says:
But if you do this, you end up with a setting like
kinto.signer.sb2.ecdsa.public_key = /path/to/key
, which kinto-signer understands to mean "apublic_key
setting for the collectionsb2/ecdsa
", which is probably not what was intended.Example test:
The text was updated successfully, but these errors were encountered: