razorpay / alohomora

alohomora is razorpay's secret distribution system
32 stars 3 forks source link

ansible module #3

Closed Hashfyre closed 5 years ago

Hashfyre commented 7 years ago

Write an ansible-module for alohomora.

Spec:

  - name: < task name>
    alohomora:
      command: <create | cast | store>
      template: <jinja2 template file source>
      region: <aws region>
      env: <string>
      app: <string>
captn3m0 commented 7 years ago

The primary problem is role-assume. If you can help me with that, the remainder should be easy.

Hashfyre commented 7 years ago

I'd like to assign this to myself, it's a good to have. Role assume would work with sts api calls, however would still need a assume role enabled policy attached.