graphql-engine/v3/crates/auth
Daniel Chambers 3186e49826 Raise deprecation warning for use of AuthConfig v1 during build (#1260)
### What
The warning about AuthConfig v1 being deprecated was only being
displayed in the engine's stdout logs and not as a build warning. This
has been corrected.

### How

Because AuthConfig is not part of OpenDD metadata, it is not handled
during metadata resolve. The existing warning printed from stdout is
printed during engine startup when it reads the AuthConfig. This is not
does not happen during the MBS build. So the warning logic is now called
during the MBS build so that a warning is emitted there too.

V3_GIT_ORIGIN_REV_ID: b4cf340597e3fad0603dd8c8d3e198f1867669eb
2024-10-23 06:42:04 +00:00
..
dev-auth-webhook Bump all the packages (#1199) 2024-10-03 09:10:06 +00:00
hasura-authn Raise deprecation warning for use of AuthConfig v1 during build (#1260) 2024-10-23 06:42:04 +00:00
hasura-authn-core Support receiving JSON values from Webhooks/JWT/NoAuth instead of just strings (#1257) 2024-10-22 11:46:37 +00:00
hasura-authn-jwt Support receiving JSON values from Webhooks/JWT/NoAuth instead of just strings (#1257) 2024-10-22 11:46:37 +00:00
hasura-authn-noauth Support receiving JSON values from Webhooks/JWT/NoAuth instead of just strings (#1257) 2024-10-22 11:46:37 +00:00
hasura-authn-webhook Support receiving JSON values from Webhooks/JWT/NoAuth instead of just strings (#1257) 2024-10-22 11:46:37 +00:00