kubewarden / policy-sdk-go

Kubewarden Policy SDK for the Go programming language
https://kubewarden.io
Apache License 2.0
8 stars 7 forks source link

Fix the UserInfo definition #31

Closed flavio closed 2 years ago

flavio commented 2 years ago

The previous definition was wrong, Groups is a list of strings, not a single string.

The error has been fixed and the easyjson files have been updated.

flavio commented 2 years ago

I'll tag a new release once this is merged.

This is one of the patches required to address an issue reported by @floriankoch