You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, role templates don't have defaults. That means you have to explicitly define resources, namespaces, node labels and the session TTL in the template. This creates a bad UX and potentially security issues because it leads to thing like:
Problem
At the moment, role templates don't have defaults. That means you have to explicitly define resources, namespaces, node labels and the session TTL in the template. This creates a bad UX and potentially security issues because it leads to thing like:
Potential Solution
Role templates should use default values like local users do: https://github.com/gravitational/teleport/blob/master/lib/services/role.go#L43-L66
The text was updated successfully, but these errors were encountered: