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 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 to hal deploy apply after the change

Last modified May 4, 2021: rest of migration (700781a)