-
Notifications
You must be signed in to change notification settings - Fork 21
MANTA-5521 Add optional scope parameter to CreateAccessKey, UpdateAccessKey, and DeleteAccessKey CloudAPI endpoints. #154
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
Open
cneira
wants to merge
25
commits into
master
Choose a base branch
from
accesskey-per-bucket
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+864
−1,053
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
c896c78
accesskeys: add per-bucket scope to create, update, list, get
cneira cb75389
fix: scope JSON size limit, HTTP 200 for updates
cneira 0ef966c
style: rename unused catch vars to _e for eslint compliance
cneira fad80bd
per-bucket scope: canonical envelope only, wildcard validation
cneira 8f7fcf4
scope: delegate validation to shared scope-schema module
cneira f754961
accesskeys: cache-push scoped keys to mahi Redis on create/update/delete
cneira 0c22b07
remove big O notation, adds no value
cneira 880d1aa
fix: update package-lock.json for mahi 2.5.0
cneira a18b2f0
fix: pin mahi to node-mahi git repo commit 62c2486
cneira 13a468a
fix: cachePush all keys on create, not just scoped keys
cneira de31e7b
deps: pin node-ufds to git commit 4a765f2 (v1.9.2, idleTimeout fix)
cneira 0ce714f
deps: pin node-ufds to git commit f8ea6ad (v1.9.2, idleTimeout fix)
cneira 23357a8
bump version
cneira 2dd70d0
fix: regenerate package-lock.json for git-pinned node-ufds
cneira 4ebd180
accesskeys: fix four review findings in scope endpoints
cneira 6f3e2a3
Add bucket-scope parameter to documentation
cneira 41a3169
Fix inaccurate comment
cneira 8498be3
Update copyright
cneira 3ebbd85
Fix horizontal white space
cneira 965c478
fix horizontal white space
cneira 1867efb
drop the misleading per-instance cache mutation from accesskeys
cneira f0f68bb
update node-mahi
cneira c4b61e7
bump minor version
cneira 1a31553
Fix indentation
cneira 8177ee6
Fix version to match package.json, clarify null scope option.
cneira File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.