* strip redundant field type declarations
* root credential rotation for aws creds plugin
* Change location of mocks awsutil and update methods that no longer exist
* Update website/pages/docs/auth/aws.mdx
Co-authored-by: Calvin Leung Huang <cleung2010@gmail.com>
* Update sdk version to get the awsutil mock file
* Re-vendor modules to pass CI
* Use write lock for the entirety of AWS root cred rotation
* Update docs for AWS root cred rotation for clarity
Co-authored-by: Becca Petrin <beccapetrin@gmail.com>
Co-authored-by: Calvin Leung Huang <cleung2010@gmail.com>
* Update or create new role after allowed_roles on transformation updated
* Update tests to include transformation create/edit and role create scenarios
* add dynamic segement to list-root so that you can sepecify the tab you want to go to
* create new info-table-item-array component to handle array items passed into a info-table
* do not underline links if they are in an info-table-row confirmed with design
* implement the InfoTableItemArray component
* amend wildcard helper to take in regular string
* setup the logic and more logic
* fix routing to roles issue
* test for new component
* change data-test-mode to count
* handle case when wildcardCount is 0
* Update transform role delete button to be ConfirmAction with dropdown
* Set backend on fetched record so that it saves correctly
* Update transformation after role transformations changed works
* Clean up transform adapter
* Add role to allowed_roles on added transformations and remove from removed transformations on role save, with flash message
* Add backend to transform role model, and update serializer to add backend to paginated results
* Clean up error message handling
* Connect backend to transform roles list response
* Capabilities on transform roles is correct
* Fix cancel button on transform role edit location
* Fix model path
* Remove unnecessary tab param from controller
* Add backend to transform model
* Lower the interval for rotation during tests, to make it more likely
that our five second grace period is sufficient.
* Rewrite to make the rotateCredentials ticker a configurable value.
* 'go mod vendor' for SDK changes.