-
Notifications
You must be signed in to change notification settings - Fork 10
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
[#467] Setup objecttypes through django-setup-configuration #492
[#467] Setup objecttypes through django-setup-configuration #492
Conversation
api_root: http://objecttypes.local/api/v1/ | ||
api_connection_check_path: objecttypes | ||
api_type: orc | ||
auth_type: api_key |
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.
let's also set the headers to make it a bit more of a real example:
header_key: Authorization
header_value: Token b9f100590925b529664ed9d370f5f8da124b2c20
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.
Minor comments
@@ -0,0 +1,10 @@ | |||
objecttypes_config_enable: true |
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.
Do we need separate files for these tests? Most of them seem the same
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.
Removed the idempotent test file, the other files are quite different from each other
725525b
to
90c27c0
Compare
Fixes #467
Changes
Allows the configuration of
Service
's with django-setup-configuration to setup a connection with objecttype(s)