Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RESTful API for managing Groups members #581

Merged
merged 2 commits into from
Oct 11, 2023
Merged

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    f047315 View commit details
    Browse the repository at this point in the history
  2. Add RESTful API endpoints for managing Groups members

    Read-write access for group owners, read-only access for all other
    members of a group, and no access for non-members.
    
    Expands the server's AWS IAM policy to allow access to a few required
    Cognito user pool API actions.  The policy files are .tftpl.json instead
    of .json.tftpl to indicate that although templated they still remain
    valid JSON (at least for the time being).
    tsibley committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    84a7374 View commit details
    Browse the repository at this point in the history