You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today, Bifrost and Unleash uses the Graphql API to list teams etc. This requires the use of static service accounts managed by Terraform and are now deprecated.
We have an internal API using GRPC that's more suitable for use in this project. This can be done using the package github.com/nais/api/pkg/apiclient.
If there's any missing functionality, we'll happily add them to make the switch easier :)