Skip to content

Commit

Permalink
Added functionality for allowing certain IAM roles to have unrestrict…
Browse files Browse the repository at this point in the history
…ed read access by schema/prefix mapping (#212)

* Initial changes for consumer_prefix_iamroles

* fix syntax errors

* skip prefix if empty role list

* fix syntax errors

* cleanup

* documentation updates

* Update VARIABLES.md

Co-authored-by: rpoluri <[email protected]>

* fix typos in docs

* fix typos in docs

Co-authored-by: Scott Barnhart <[email protected]>
Co-authored-by: rpoluri <[email protected]>
  • Loading branch information
3 people authored Mar 15, 2022
1 parent 1de9601 commit ffe1121
Show file tree
Hide file tree
Showing 5 changed files with 275 additions and 118 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [6.12.0] - 2022-03-15
### Added
- Added functionality for allowing certain IAM roles to have unrestricted read access by schema/prefix mapping - see `apiary_consumer_prefix_iamroles`.
- Documented `apiary_consumer_iamroles`, `apiary_consumer_prefix_iamroles`, and `apiary_customer_condition` in `VARIABLES.md`.

## [6.11.5] - 2022-03-01
### Changed
- Disable S3 object ACLs.
Expand Down
Loading

0 comments on commit ffe1121

Please sign in to comment.