Skip to content

Commit

Permalink
Merge pull request #399 from juliakreger/fix-rbac-service-role
Browse files Browse the repository at this point in the history
fix: set rbac service role for services to operate properly
  • Loading branch information
openshift-merge-bot[bot] authored Feb 21, 2024
2 parents 8f153e4 + bf5225b commit 84a032a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/common/config/ironic.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ enabled_rescue_interfaces=no-rescue,agent
default_rescue_interface=agent
enabled_storage_interfaces=noop,fake
enabled_vendor_interfaces = no-vendor,ipmitool,idrac,idrac-redfish,redfish,ilo,fake
# This is a knob to allow service role users from the service project
# to have "elevated" API access to see the whole of the API surface.
# https://review.opendev.org/c/openstack/ironic/+/907269
rbac_service_role_elevated_access=true

{{/* TODO switch to neutron provider for the non-standalone when neutron-operator is available */}}
default_network_interface={{if .Standalone}}noop{{else}}noop{{end}}
Expand Down

0 comments on commit 84a032a

Please sign in to comment.