-
Notifications
You must be signed in to change notification settings - Fork 6
Adding a document to explain the action and resource relationship for… #2395
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
Conversation
… defining authorization rules.
8f2cf68
to
f104c47
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for putting this document together and for taking the time to explain how fusillade relates to IAM. Do we want to add this json fusillade config file to the dcp-fusillade repo instead?
The fusillade config should live in the DSS since it is the DSS that manages these roles. |
#2395) * Adding a document to explain the action and resource relationship for defining authorization rules. * Adding DSS Roles
* master: (36 commits) Adding a document to explain the action and resource relationship for… (#2395) Requirements Update (#2410) Increase dss notify workers. (#2408) Revert "Bump httpie from 1.0.2 to 1.0.3 (#2397)" (#2401) Bump httpie from 1.0.2 to 1.0.3 (#2397) Fix flaky test: TestFileApi.test_file_get_checkout . (#2396) Add retries to verification in _test_gs_cache(). (#2372) Added details of notify intervals (#2368) Fix failing collections tests Add pagination response headers (closes #2287) Fix improper markdown (#2367) Fix 500 on delete nonexistent bundle, again (fixes #1918) (#2351) Add ttl to async db items. (#2363) DSS Operations: Checkout (#2366) Revert "DSS/Operations: Checkout (#2264)" (#2365) DSS/Operations: Checkout (#2264) remove hard-coded stage name in secrets tests (#2364) This pins pyyaml <= 5.1 for aws cli compatibility (#2348) Update like to security policy (#2361) Relax sync size limit (#2354) ...
Add swagger changes for an associated bundle argument. Address review comments. Syntax error. Swagger changes. Swagger changes. Linting. Address review comments. Address comments. Update how content-disposition is passed in. Update swagger description. Add retries to verification in _test_gs_cache(). (#2372) Fix flaky test: TestFileApi.test_file_get_checkout . (#2396) Bump httpie from 1.0.2 to 1.0.3 (#2397) Bumps [httpie](https://github.com/jakubroztocil/httpie) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/jakubroztocil/httpie/releases) - [Changelog](https://github.com/jakubroztocil/httpie/blob/master/CHANGELOG.rst) - [Commits](httpie/cli@1.0.2...1.0.3) Signed-off-by: dependabot[bot] <support@github.com> Revert "Bump httpie from 1.0.2 to 1.0.3 (#2397)" (#2401) This reverts commit ef3476b. Increase dss notify workers. (#2408) Requirements Update (#2410) Adding a document to explain the action and resource relationship for… (#2395) * Adding a document to explain the action and resource relationship for defining authorization rules. * Adding DSS Roles update terraform in docker file (#2424) [easy] Add file-type and file-size for ttfb fetching. (#2425) Bundle: enumeration (#2318) DSS SmokeTest: Test Order (#2428) forgot to fix this endpoint here too (#2430) Bump httpie from 1.0.2 to 1.0.3 (closes #2404) Bump cloud-blobstore version to 3.2.0. (#2431)
#2395) * Adding a document to explain the action and resource relationship for defining authorization rules. * Adding DSS Roles
… defining authorization rules.
This is a recommended a guide line for defining your authorization policies based on the endpoints defines in the openapi spec.
relates to #2375