This is temporal automation to create/update multiple LDAP users in Chef Automate. If a user appears in the input file and already exists as a user, the user roles will be updated as specified within the input file. If the user does not exist, it will be created with the specified roles.
The minimum prerequisites to be able to use this automation are:
- Use a Unix Workstation. (MAC, Linux, etc)
- Have ChefDK Installed. (https://downloads.chef.io/chef-dk/)
- Setup the CLI to point to your Automate Server. (https://asciinema.org/a/89658)
- Download the
bulk-user-creation.rb
script locally and give executable permissions to the file.