upbound / up

The @upbound CLI
Apache License 2.0
52 stars 41 forks source link

fix auth annotation not being enabled on v1 #382

Closed nullable-eth closed 11 months ago

nullable-eth commented 11 months ago

Description of your changes

Providers moving from v1alpha1 do not get annotated with the auth configuration. This change accounts for v1alpha1 and v1 providers annotating the crd with the upbound console config.

Fixes #1298

I have:

How has this code been tested

Tested locally building v1 and v1alpha1 provider with auth extension file, package was annotated correctly in both cases.