Skip to content
This repository has been archived by the owner on Jun 13, 2020. It is now read-only.

Fix key in an AppRole definition example #126

Merged
merged 1 commit into from
Aug 3, 2017
Merged

Fix key in an AppRole definition example #126

merged 1 commit into from
Aug 3, 2017

Commits on Aug 2, 2017

  1. Fix key in an AppRole definition example

    AppRole.__init__ expects "secret_uses" key [0].
    I fix docs and not AppRole.__init__,
    because Vault option is called "secret_id_num_uses" [1],
    so aomi should use "_uses" too.
    
    [0] https://github.com/Autodesk/aomi/blob/4f549dd2150a419e3012286ed996cf70077b1ea9/aomi/model/auth.py#L188
    [1] https://www.vaultproject.io/docs/auth/approle.html#auth-approle-role-role_name-
    skovorodkin committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    f940610 View commit details
    Browse the repository at this point in the history