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

config: disable plugin backend through 'noplugin' tag #986

Merged
merged 1 commit into from
Aug 13, 2018

Conversation

glerchundi
Copy link
Contributor

@glerchundi glerchundi commented Aug 13, 2018

Debugging Hydra in Go 1.10 and 1.11 (confirmed by one of its members),
is not possible due to this unresolved
bug
which is related to the
use of the plugin functionality.

This change allows passing a build tag which will disable plugin
implementation and therefore allow to debug in all the use-cases where
plugin backend is not needed.

Signed-off-by: Gorka Lerchundi Osa [email protected]

@glerchundi
Copy link
Contributor Author

Are those tests related to my change?

Debugging Hydra in Go 1.10 and 1.11 (confirmed by one of its members),
is not possible due to [this unresolved
bug](golang/go#23733) which is related to the
use of the plugin functionality.

This change allows passing a build tag which will disable plugin
implementation and therefore allow to debug in all the use-cases where
plugin backend is not needed.

Signed-off-by: Gorka Lerchundi Osa <[email protected]>
@glerchundi glerchundi changed the title plugin: disable plugins through tags config: disable plugin backend through 'noplugin' tag Aug 13, 2018
@aeneasr
Copy link
Member

aeneasr commented Aug 13, 2018

Thanks!

@aeneasr aeneasr merged commit 96f4cb3 into ory:master Aug 13, 2018
@glerchundi
Copy link
Contributor Author

Fantastic, thanks for merging!

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