-
Notifications
You must be signed in to change notification settings - Fork 8
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
♻️ [#200] Configure Autorisaties API connection via setup-configuration #201
♻️ [#200] Configure Autorisaties API connection via setup-configuration #201
Conversation
d10af57
to
504de3e
Compare
b0c2f24
to
42e90c0
Compare
several steps have been moved to their respective libraries
42e90c0
to
e222634
Compare
e222634
to
8edd632
Compare
|
||
Authorization configuration | ||
--------------------------- | ||
TODO: add generated documentation for ``zgw_consumers.ServiceConfigurationStep`` |
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.
Are these TODO
's to be generated later on?
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.
Yeah I wanted to add these placeholders to make sure we don't forget about it, but this will probably happen in january next year
8edd632
to
6370661
Compare
6370661
to
8a8e6e7
Compare
src/nrc/tests/setup_configuration/files/setup_config_sites.yaml
Outdated
Show resolved
Hide resolved
8a8e6e7
to
83857fc
Compare
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.
Just minor points, otherwise LGTM.
if auth_config.component != ComponentTypes.nrc: | ||
auth_config.component = ComponentTypes.nrc |
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.
From what I understand the component types acronyms are semi-deprecated, but it might not hurt to have a logger.warning
here, if the check is actually important, to avoid unexpected surprises.
* add open zaak to docker-compose * use open zaak URL in docker example data * add basic documentation for steps * raise proper exception in step and add test for it
Closes #200