Fixes #33818 - allow access to AK name in the safe mode
The job template for convert2rhel requires user to enter the activation key. Recently, Foreman core introduced a new template input type that allows searching/picking the resources using a nice dropdown. In the template, one can then access the resource with the special input_resource(...) macro. For ActivationKey though, we can't access the name if the safe mode is enabled. This allows accessing the name in there as it's a safe information. Users still can't access AKs or their names when they do not have the right permissions.
Fixes #33818 - allow access to AK name in the safe mode
The job template for convert2rhel requires user to enter the activation
key. Recently, Foreman core introduced a new template input type that
allows searching/picking the resources using a nice dropdown. In the
template, one can then access the resource with the special
input_resource(...) macro. For ActivationKey though, we can't access the
name if the safe mode is enabled. This allows accessing the name in
there as it's a safe information. Users still can't access AKs or their
names when they do not have the right permissions.