This message was deleted.
# general
a
This message was deleted.
s
f
Right, but I don't see anything there for: • AuthConfigs (actually running to an issue with this one now, where it seems to be sending more than just the oidc scope for generic oidc when configured in the UI) • ui-banners • ui-issues • etc.
s
auth config would be a special case best done manually (it requires an authenticated user from that provider) branding settings, i'm not sure this is documented, but you should be able to set them via env var (
CATTLE_<setting name>
). in helm that would look something like...
Copy code
--set 'extraEnv[0].name=CATTLE_UI_BANNERS' \
  --set 'extraEnv[0].value=asdsadsad'
f
interesting, and good to know, I'll give it a whirl
That worked, thanks!
🙌 1