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.
In the Fiat config file, add the following:
fiat:
admin:
roles:
- devops-admin
For installations managed by Halyard, the file should be located in the following path
~/.hal/$DEPLOYMENT/profiles/fiat-local.yml
and remember tohal deploy apply
after the change