Administrator functionality
Administrators have complete control over your Spinnaker deployment.
Introduction
In Spinnaker, it is possible to define that users belonging to a certain role are considered “Administrators”. This virtually removes all READ/WRITE restrictions to accounts and applications for these users.
This feature gives admins an immense amount of power. Proceed with caution.
Enable and Configure Admin functionality
Manually add configuration in Fiat
In the fiat-local.yml config file, add the following:
fiat:
admin:
roles:
- devops-admin
Last modified April 17, 2026: chore(docs): Redo install docs off of halyard (#591) (c7a31a6)