Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

document auth property in webhooks section of processing chain #411

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ninsbl
Copy link
Contributor

@ninsbl ninsbl commented Jan 24, 2023

This PR is an attempt to document the auth property in the webhooks section of a processing chain. Currently, this is not visible in swagger.json / ReDoc.
I have not tested it and I am not sure this is the right way to add to the documentaion...

It would be good it auth would support base64 encoded strings (instead of username and password in plain text), or even better, if actinia had secrets management (like e.g. in github actions, see also: #398).

Copy link
Member

@mmacata mmacata left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, thanks!
This should be the corret place, yes. To test it is possible to start actinia locally and then call /api/v3/swagger.json to receive the json. This URL can be entered into https://petstore.swagger.io/ - for me it doesn't work in any browser as a local URL is adressed but it used to work in Firefox.

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.

None yet

3 participants