* add default granularity depending on type
* move default setting to helper
* add test coverage for default granularity
* update mirage
* update secret name template
* remove has-text-black class which was making help tooltip black as well
* normalizes sync destination granularity key in serializer
* adds new fields to aws and gcp sync destinations
* updates sync destination delete action from destinations list view to route to overview on success
* updates destination serializer normalize to check if options is defined
* wip, all actions wired up, not finished or tested.
* move the rotate action to it's own component to clarify scope
* clean up and refresh component on queryParam change without forcing a refresh from component as before
* solve issue of carrying over props we want to keep
* clean up and add clearProps action
* transit key actions passing
* update assert and doc
* remove unecessary changes
* Address pr comments
* replace perform in submit action and instead pass it in as perform
* address claire's pr comments
* welp
* trying to rearrange closer to original
* addressing pr comments
* move things around
* pr comments
* remove ciphertext when last action was rewrap
* add args and istruncated and isfullwidth
* add granularity form field to sync destinations
* update mirage, shim in subkey response
* fix comment
* add granular updates to list view
* update mirage;
* update test
* comment for updating test
* use hds::dropdown in destinations for consistency
* move banner to popup menu
* add changelog
* remove spans from test
* add target to tsconfig
* initial setup
* fix shamir test
* fix auth test with title case header
* fix mfa-login-test
* fix auth-form-test with title case header
* fix service auth-form test with title case header
* fix test with mfa
* Update package.json
* fix failing cubbyhole tests
* changelog
* fix pki configuration test failure
* update yarn lock
* userpass-rest-password test
* missed
* wip sync issues
* sync stablized
* update adapter to accept :type in url
* update model attributes to include deletion_allowed and tokenization type
* update max_ttl text
* update adapter test
* add changelog;
* update comment
* Move global-flash to HDS-specified area
* Add flash-toast component
* use flash toast for flash messages
* Use spacing vars
* Remove unnecessary key
* Cleanup + tests
* Remove nondeterministic build warning
* add changelog
* I wish this was automatic
* use format-copy-value helper for copy text in Hds::Copy::Button
* delete helper and revert masked input
* update certificate card to format to string
* add test
* add changelog;
* Fix openAPI test for JWT
* Revert "Fix openAPI test for JWT"
This reverts commit ad5d1f4ca5.
* Fix openAPI test for JWT
* Prevent jwks pairs from showing in UI until we have a component to handle the data
* fixes masked-input component throwing error when there is no value
* removes copy button assertions from masked input test
* reverts masked input assertion removal and updates test selectors
* Request resultant-acl only from users root namespace
* Update permissions adapter to always call resultant-acl at users root, with test
* Update resultant-acl to accept failType
* Update permissions service to set permissionsBanner based on resultant-acl contents
* wire it up
* add changelog
* cleanup unused adapter changes
* use getter for shared namespace logic