1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00
Files
openshift-docs/modules/pruning-groups.adoc
2019-05-13 13:57:48 +10:00

53 lines
1.1 KiB
Plaintext

// Module included in the following assemblies:
//
// * applications/pruning-objects.adoc
[id="pruning-groups_{context}"]
= Pruning groups
To prune groups records from an external provider, administrators can run the
following command:
----
$ oc adm prune groups \
--sync-config=path/to/sync/config [<options>]
----
.Prune groups CLI configuration options
[cols="4,8",options="header"]
|===
|Options |Description
.^|`--confirm`
|Indicate that pruning should occur, instead of performing a dry-run.
.^|`--blacklist`
|Path to the group blacklist file.
.^|`--whitelist`
|Path to the group whitelist file.
.^|`--sync-config`
|Path to the synchronization configuration file.
|===
To see the groups that the prune command deletes:
----
$ oc adm prune groups --sync-file=ldap-sync-config.yaml
----
To perform the prune operation:
----
$ oc adm prune groups --sync-file=ldap-sync-config.yaml --confirm
----
////
Needs "Additional resources" links when converted:
xref:../install_config/syncing_groups_with_ldap.adoc#configuring-ldap-sync[Configuring LDAP Sync]
xref:../install_config/syncing_groups_with_ldap.adoc#overview[Syncing Groups With LDAP]
////