specmesh / specmesh-build

https://specmesh.io/
Apache License 2.0
13 stars 5 forks source link

Support generated usernames #341

Closed big-andy-coates closed 2 months ago

big-andy-coates commented 2 months ago

Some platforms do not allow the administrator to control / choose the name of the principle. Instead, it is a generated name.

For example, Confluent Cloud when using Service Accounts, uses the system generated account id as the principle name, e.g. sa-l35n4kd

Specmesh now supports tweaking the ACLs created to use the system generated principle name via:

  1. the Provisioner.builder().domainUserAlias("bob") method.
  2. the --domain-user or -du command line parameters to Provision command.