-
Notifications
You must be signed in to change notification settings - Fork 100
Validate credentials when performing a login #824
Conversation
3015a91
to
74f6b2f
Compare
Signed-off-by: tylerslaton <mtslaton1@gmail.com>
74f6b2f
to
7a5064e
Compare
Signed-off-by: tylerslaton <mtslaton1@gmail.com>
7a5064e
to
de390c6
Compare
Signed-off-by: tylerslaton <mtslaton1@gmail.com>
de390c6
to
65d38e9
Compare
Working through some issues moving to server side where the existing tests are validating against registries that do not exist. |
398e84e
to
ff7ae07
Compare
Signed-off-by: tylerslaton <mtslaton1@gmail.com>
ff7ae07
to
1f5781f
Compare
Signed-off-by: tylerslaton <mtslaton1@gmail.com>
1f5781f
to
7e27f1c
Compare
Signed-off-by: tylerslaton <mtslaton1@gmail.com>
7e27f1c
to
f7f824c
Compare
Okay, got the tests passing again. Looks like there was an issue with the listing functionality not properly running. |
@tylerslaton - just an async heads up: this is actually still client side pkg/client is called by pkg/cli, before the call goes to the server. To get this call server side, it should have landed in https://github.com/acorn-io/acorn/blob/main/pkg/server/registry/apps/strategy.go No action needed on your part, I'm going to see if we can fix today as part of v0.4.1. Just wanted to let you know asyncronously for future reference (assuming you get a notification of this comment :-) ) |
@cjellick Ah, right on. Thanks! |
Adding in a new function that validates the credentials against the specified registry. If the validation fails it will return an error and not add it to the Acorn credentials.
Issue #324