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
However, Gate itself does not seem to accept this format; from the logs:
2021-09-29 18:24:54.449 ERROR 1 --- [ main] o.s.b.c.p.m.PropertiesMigrationListener :
The use of configuration keys that are no longer supported was found in the environment:
Property source 'applicationConfig: [file:/opt/spinnaker/config/gate.yml]':
Key: security.basic.enabled
Line: 3
Reason: The security auto-configuration is no longer customizable.
Please refer to the migration guide or reference guide for potential alternatives.
From looking at Gate's test suite, it seems a basic auth setup might look more like
I'm trying to set up basic auth for tools to interact with Gate without needing a heavier auth flow. Following the existing docs, I have
Running the latest
kleat
generates agate.yml
file with the following:However, Gate itself does not seem to accept this format; from the logs:
From looking at Gate's test suite, it seems a basic auth setup might look more like
and it's possible this changed at
70024a3
.Am I correct in thinking that changes need to be made to
kleat
to support Gate's newer basic auth configuration format?The text was updated successfully, but these errors were encountered: