Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Credstash grant #266

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Credstash grant #266

wants to merge 3 commits into from

Commits on Oct 11, 2019

  1. Configuration menu
    Copy the full SHA
    6b5fe41 View commit details
    Browse the repository at this point in the history
  2. module/credstash-grant-reader: Replace the implemention of kms_grant …

    …context with `map`.
    
    The original way of creating map at runtime from two lists are easy to go wrong, and acturally wrong. It went through the lists by role count, which does not make sense.
    Magicloud committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    cbc272a View commit details
    Browse the repository at this point in the history
  3. module/credstash-grant-writer: Replace the implemention of kms_grant …

    …context with `map`.
    
    The original way of creating map at runtime from two lists are easy to go wrong, and acturally wrong. It went through the lists by role count, which does not make sense.
    Magicloud committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    860c278 View commit details
    Browse the repository at this point in the history