Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions config/services/activity/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
apiVersion: kustomize.config.k8s.io/v1alpha1
kind: Component

resources:
- roles/iam-user-self-manage-audit-log-querier.yaml

components:
- policies

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this would do what you're expecting? This would create a new role called iam-user-self-manage, not patch the existing one.

Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# SPDX-License-Identifier: AGPL-3.0-only

apiVersion: iam.miloapis.com/v1alpha1
kind: Role
metadata:
name: iam-user-self-manage
spec:
inheritedRoles:
- name: activity.miloapis.com-audit-log-querier
Loading