The user performs a cf-mgmt tool version upgrade and runs command cf-mgmt export config as part of the process/steps. Said "export config" command is not exporting users and ciusers in the environment.
Users will see similar as the below in their output/terminal after running the "export-conifg" command:
2024/10/08 12:44:00 I1008 12:44:00.197926 927290 export_config.go:49] Orgs excluded from export by default: [^system$ splunk-nozzle-org redis-test-ORG appdynamics-org credhub-service-broker-org ^p-]
2024/10/08 12:44:00 I1008 12:44:00.198055 927290 export_config.go:50] Orgs excluded from export by user: []
2024/10/08 12:44:00 I1008 12:44:00.198074 927290 export_config.go:51] Spaces excluded from export by user: []
This issue was introduced in cf-mgmt v1.0.68.
This is the commit that seems to break it:
The fix is included in cf-mgmt version 1.0.101.
Pull Request pertaining to the issue: https://github.com/-tanzu-labs/cf-mgmt/pull/582