Skip to content

Commit

Permalink
Merge pull request #598 from accorvin/add-groups
Browse files Browse the repository at this point in the history
Add ldap groups to be synced into the cluster
  • Loading branch information
accorvin authored Feb 19, 2024
2 parents 26ddd23 + 0c4e01c commit 1d5ae01
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bootstrap/ldapgroups/cs-csa-auto-ccx-ldapgroup.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: tenant.paas.redhat.com/v1alpha1
kind: LdapGroup
metadata:
name: cs-csa-auto-ccx
namespace: internal-data-hub--config
spec:
ldapDN: 'cn=cs-csa-auto-ccx,ou=adhoc,ou=managedGroups,dc=redhat,dc=com'
7 changes: 7 additions & 0 deletions bootstrap/ldapgroups/telemeter-auth-ldapgroup.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: tenant.paas.redhat.com/v1alpha1
kind: LdapGroup
metadata:
name: telemeter-auth
namespace: internal-data-hub--config
spec:
ldapDN: 'cn=telemeter-auth,ou=adhoc,ou=managedGroups,dc=redhat,dc=com'
7 changes: 7 additions & 0 deletions bootstrap/ldapgroups/telemeter-auto-approval-ldapgroup.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: tenant.paas.redhat.com/v1alpha1
kind: LdapGroup
metadata:
name: telemeter-auto-approval
namespace: internal-data-hub--config
spec:
ldapDN: 'cn=telemeter-auto-approval,ou=adhoc,ou=managedGroups,dc=redhat,dc=com'
7 changes: 7 additions & 0 deletions bootstrap/ldapgroups/telemeter-cs-tam-auto-ldapgroup.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: tenant.paas.redhat.com/v1alpha1
kind: LdapGroup
metadata:
name: telemeter-cs-tam-auto
namespace: internal-data-hub--config
spec:
ldapDN: 'cn=telemeter-cs-tam-auto,ou=adhoc,ou=managedGroups,dc=redhat,dc=com'
7 changes: 7 additions & 0 deletions bootstrap/ldapgroups/telemeter-manual-approval-ldapgroup.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: tenant.paas.redhat.com/v1alpha1
kind: LdapGroup
metadata:
name: telemeter-manual-approval
namespace: internal-data-hub--config
spec:
ldapDN: 'cn=telemeter-manual-approval,ou=adhoc,ou=managedGroups,dc=redhat,dc=com'

0 comments on commit 1d5ae01

Please sign in to comment.