-
Notifications
You must be signed in to change notification settings - Fork 258
APPSRE-12877: Enable OADP configuration for Hive clusters #2875
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
charlesgong
wants to merge
1
commit into
openshift:master
Choose a base branch
from
charlesgong:APPSRE-12877
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.
Open
Changes from all commits
Commits
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
25 changes: 25 additions & 0 deletions
25
deploy/oadp-configuration/hive-specific/05-oadp-schedule-admins-cluster.ClusterRole.yaml
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,25 @@ | ||
| apiVersion: rbac.authorization.k8s.io/v1 | ||
| kind: ClusterRole | ||
| metadata: | ||
| labels: | ||
| managed.openshift.io/aggregate-to-dedicated-admins: "cluster" | ||
| name: oadp-schedule-admins-cluster | ||
| rules: | ||
| - apiGroups: | ||
| - velero.io | ||
| attributeRestrictions: null | ||
| resources: | ||
| - schedules | ||
| - backups | ||
| - restores | ||
| verbs: | ||
| - "*" | ||
| - apiGroups: | ||
| - oadp.openshift.io | ||
| attributeRestrictions: null | ||
| resources: | ||
| - dataprotectionapplications | ||
| verbs: | ||
| - get | ||
| - list | ||
| - watch | ||
29 changes: 29 additions & 0 deletions
29
deploy/oadp-configuration/hive-specific/111-oadp.Schedules.yaml
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,29 @@ | ||
| apiVersion: velero.io/v1 | ||
| kind: Schedule | ||
| metadata: | ||
| name: 5min-object-backup | ||
| namespace: openshift-adp | ||
| spec: | ||
| schedule: '*/5 * * * *' | ||
| template: | ||
| includedNamespaces: | ||
| - '*' | ||
| excludedResources: | ||
| - imagetags.image.openshift.io | ||
| - images.image.openshift.io | ||
| - oauthaccesstokens.oauth.openshift.io | ||
| - oauthauthorizetokens.oauth.openshift.io | ||
| - templateinstances.template.openshift.io | ||
| - clusterserviceversions.operators.coreos.com | ||
| - packagemanifests.packages.operators.coreos.com | ||
| - operatorgroups.operators.coreos.com | ||
| - subscriptions.operators.coreos.com | ||
| - servicebrokers.servicecatalog.k8s.io | ||
| - servicebindings.servicecatalog.k8s.io | ||
| - serviceclasses.servicecatalog.k8s.io | ||
| - serviceinstances.servicecatalog.k8s.io | ||
| - serviceplans.servicecatalog.k8s.io | ||
| - events.events.k8s.io | ||
| - events | ||
| snapshotVolumes: false | ||
| ttl: 0h25m0s |
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,9 @@ | ||
| deploymentMode: "SelectorSyncSet" | ||
| selectorSyncSet: | ||
| matchLabels: | ||
| ext-managed.openshift.io/hive-shard: "true" | ||
| matchExpressions: | ||
| - key: api.openshift.com/fedramp | ||
| operator: NotIn | ||
| values: | ||
| - "true" |
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
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
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.
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.
🔒 Security & Privacy | 🛡️ Analyzed with Security Review | 🟠 Major | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
Repository: openshift/managed-cluster-config
Length of output: 50389
🏁 Script executed:
Repository: openshift/managed-cluster-config
Length of output: 1392
🤖 get_repo_knowledge executed:
get_repo_knowledge openshift/managed-cluster-config /tmp/coderabbit-repo-knowledge/openshift-managed-cluster-config-e8b32e4f/conventionsLength of output: 5975
Authorization Bypass
Reachability: Internal
Exploitability: Moderate
CWE: CWE-250
Replace the wildcard verb grant with the required verb set.
The
*grant allows every current and future action onschedules,backups, andrestores. Limit the rule to the lifecycle operations required by dedicated administrators.🧰 Tools
🪛 Checkov (3.3.11)
[medium] 1-25: Minimize wildcard use in Roles and ClusterRoles
(CKV_K8S_49)
🤖 Prompt for AI Agents
Sources: Path instructions, Linters/SAST tools