-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add documentation for retrieving Aviary webhooks #221
Conversation
This documents the `GET /webhooks` endpoint of Aviary and also adds missing warnings about persisting the token into the shell history where relevant.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review for content/format is complete and there is one typo to correct. I tried following the directions in the docs and could not get my configured webhooks to show with the command as listed. Has it been tested?
It's not in prod yet. We can in theory wait on prod but it was so simple I thought it wouldn't be necessary. I don't mind just holding this PR open either though. |
Ah...that explains it. I could go either way on syncing (or not) this change with a PROD release. |
Let's just wait and get another prod release out for aviary asap. Shouldn't be that difficult. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Decided to just push a new aviary release so we can get this properly tested by a second party: https://github.com/phylum-dev/aviary/pull/72. |
The changes have been tested and confirmed to work now that they exist in PROD. |
This documents the
GET /webhooks
endpoint of Aviary and also adds missing warnings about persisting the token into the shell history where relevant.