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

Add OAuth2 support #356

Open
2 of 6 tasks
mem opened this issue Nov 3, 2022 · 1 comment
Open
2 of 6 tasks

Add OAuth2 support #356

mem opened this issue Nov 3, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@mem
Copy link
Collaborator

mem commented Nov 3, 2022

Recent versions of BBE have added support for OAuth2. You have to pass a secret that is used to contact a server which in turn provides a secret that can be used to access another server.

Do note that we need to make sure we are not asking for the secret every time we run a check. We need to leverage the fact that the provided token is valid over an extended period of time.

Tasks

@mem mem added the enhancement New feature or request label Nov 3, 2022
@mem
Copy link
Collaborator Author

mem commented Nov 23, 2022

We need to figure out if BBE will cache the token / pay attention to expiration. Because of the way BBE works, I don't see why it would out of the box.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants