zalando-stups / mint-worker

The secret rotator and distributor for the STUPS ecosystem
http://stups.readthedocs.org/en/latest/components/mint.html
Other
9 stars 3 forks source link

Directly support the Plan B Provider API #31

Open hjacobs opened 8 years ago

hjacobs commented 8 years ago

Mint Worker should ideally directly rotate service credentials in "Plan B" as described on http://planb.readthedocs.org/en/latest/credential-rotation.html

Currently the password generation and coordination (commit the password after 10 minutes) is done by the proprietary (non-OSS) Services API.

This issue makes #30 obsolete.

hjacobs commented 8 years ago

The /raw-sync/ REST API of Plan B Provider is described as Swagger/OpenAPI spec here: https://github.com/zalando/planb-provider/blob/master/src/main/resources/api/plan-b-api.yml

lmineiro commented 8 years ago

:+1: