Permission Profiling
What is permission profiling?​
Permission profiling lets workspace members dynamically construct RBAC permissions for robot accounts based on a usage pattern. For details, see Using Permission Profiling.
Enable permission profiling​
The following is required to enable this feature:
Your Wayfinder instance must have a publicly-accessible hostname in order for your workspace's clusters to report back profiling information.
This feature cannot be used if you are running a local instance (using
wf local up
) or a private instance without a public DNS entry.You must set
api.feature_gates=permission_learning=true
in the Helm values file.