Skip to content

Conversation

alexellis
Copy link
Member

Signed-off-by: Alex Ellis (OpenFaaS Ltd) alexellis2@gmail.com

Description

Remove direct invoke method where the queue-worker could invoke a function bypassing the gateway.

Motivation and Context

The direct method of invocation hasn't been supported or
documented for several years and is now being removed.

This also removes the requirement for the queue-worker to
have access to the basic auth secret for posting reports.

How Has This Been Tested?

Tested with unit tests and a local docker build.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I've read the CONTRIBUTION guide
  • I have signed-off my commits with git commit -s
  • I have added tests to cover my changes.
  • All new and existing tests passed.

The direct method of invocation hasn't been supported or
documented for several years and is now being removed.

This also removes the requirement for the queue-worker to
have access to the basic auth secret for posting reports.

Tested with unit tests and a local docker build.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
@alexellis alexellis merged commit b1c2afc into master May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants