-
Notifications
You must be signed in to change notification settings - Fork 8
chore: update harbor client to 2.13.0 #238
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
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
a78944d
chore: update harbor client api to 2.13.0
ElderMatt 9f8edef
fix: create robot
ElderMatt 177de4a
fix: update configuration harbor api call
ElderMatt d6501bb
fix: setupSuccess to true
ElderMatt fd4dca0
fix: removed undefined body from updating config message
ElderMatt 24e06d7
fix: cleanup
ElderMatt 8e6521f
fix: cleanup part two
ElderMatt 6524320
feat: changed harbor robot permissions to json and put everything int…
ElderMatt 5ba5c93
fix: script operator paths
ElderMatt db333ec
Merge branch 'main' into APL-825
ElderMatt f84004e
fix: config files back to default yaml
ElderMatt e918cf6
Merge branch 'APL-825' of github.com:linode/apl-tasks into APL-825
ElderMatt 1c4ae91
fix: robot permissions file now copied to dist
ElderMatt 677d617
fix: added comment for the robotpermissions json
ElderMatt 6fa9a43
Merge branch 'main' into APL-825
ElderMatt 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
File renamed without changes.
6 changes: 3 additions & 3 deletions
6
src/operator/gitea.test.ts → src/operators/gitea/gitea.test.ts
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
72 changes: 72 additions & 0 deletions
72
src/operators/harbor/harbor-full-robot-system-permissions.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
[ | ||
{ "resource": "garbage-collection", "action": "create" }, | ||
{ "resource": "label", "action": "create" }, | ||
{ "resource": "ldap-user", "action": "create" }, | ||
{ "resource": "preheat-instance", "action": "create" }, | ||
{ "resource": "project", "action": "create" }, | ||
{ "resource": "purge-audit", "action": "create" }, | ||
{ "resource": "registry", "action": "create" }, | ||
{ "resource": "replication", "action": "create" }, | ||
{ "resource": "replication-policy", "action": "create" }, | ||
{ "resource": "robot", "action": "create" }, | ||
{ "resource": "scan-all", "action": "create" }, | ||
{ "resource": "scanner", "action": "create" }, | ||
{ "resource": "user", "action": "create" }, | ||
{ "resource": "user-group", "action": "create" }, | ||
{ "resource": "label", "action": "delete" }, | ||
{ "resource": "preheat-instance", "action": "delete" }, | ||
{ "resource": "registry", "action": "delete" }, | ||
{ "resource": "replication-policy", "action": "delete" }, | ||
{ "resource": "robot", "action": "delete" }, | ||
{ "resource": "scanner", "action": "delete" }, | ||
{ "resource": "user", "action": "delete" }, | ||
{ "resource": "user-group", "action": "delete" }, | ||
{ "resource": "audit-log", "action": "list" }, | ||
{ "resource": "garbage-collection", "action": "list" }, | ||
{ "resource": "jobservice-monitor", "action": "list" }, | ||
{ "resource": "ldap-user", "action": "list" }, | ||
{ "resource": "preheat-instance", "action": "list" }, | ||
{ "resource": "project", "action": "list" }, | ||
{ "resource": "purge-audit", "action": "list" }, | ||
{ "resource": "quota", "action": "list" }, | ||
{ "resource": "registry", "action": "list" }, | ||
{ "resource": "replication", "action": "list" }, | ||
{ "resource": "replication-adapter", "action": "list" }, | ||
{ "resource": "replication-policy", "action": "list" }, | ||
{ "resource": "robot", "action": "list" }, | ||
{ "resource": "scanner", "action": "list" }, | ||
{ "resource": "security-hub", "action": "list" }, | ||
{ "resource": "user", "action": "list" }, | ||
{ "resource": "user-group", "action": "list" }, | ||
{ "resource": "catalog", "action": "read" }, | ||
{ "resource": "garbage-collection", "action": "read" }, | ||
{ "resource": "label", "action": "read" }, | ||
{ "resource": "preheat-instance", "action": "read" }, | ||
{ "resource": "purge-audit", "action": "read" }, | ||
{ "resource": "quota", "action": "read" }, | ||
{ "resource": "registry", "action": "read" }, | ||
{ "resource": "replication", "action": "read" }, | ||
{ "resource": "replication-policy", "action": "read" }, | ||
{ "resource": "robot", "action": "read" }, | ||
{ "resource": "scan-all", "action": "read" }, | ||
{ "resource": "scanner", "action": "read" }, | ||
{ "resource": "security-hub", "action": "read" }, | ||
{ "resource": "system-volumes", "action": "read" }, | ||
{ "resource": "user", "action": "read" }, | ||
{ "resource": "user-group", "action": "read" }, | ||
{ "resource": "garbage-collection", "action": "stop" }, | ||
{ "resource": "jobservice-monitor", "action": "stop" }, | ||
{ "resource": "purge-audit", "action": "stop" }, | ||
{ "resource": "scan-all", "action": "stop" }, | ||
{ "resource": "garbage-collection", "action": "update" }, | ||
{ "resource": "label", "action": "update" }, | ||
{ "resource": "preheat-instance", "action": "update" }, | ||
{ "resource": "purge-audit", "action": "update" }, | ||
{ "resource": "quota", "action": "update" }, | ||
{ "resource": "registry", "action": "update" }, | ||
{ "resource": "replication-policy", "action": "update" }, | ||
{ "resource": "scan-all", "action": "update" }, | ||
{ "resource": "scanner", "action": "update" }, | ||
{ "resource": "user", "action": "update" }, | ||
{ "resource": "user-group", "action": "update" } | ||
] |
Oops, something went wrong.
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.