You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restrict setting platfrom and platfrom_resource_identifier (#516)
* set platform to aiod
* set platform_resource_identifier to aiod_entry_identifier
* donot expose platform using POST endpoint
* ruff formatting
* create connector user in keycloak
* remove setting platform and platform_resource_identifier in test env
* platform name set using platform_names.py
* update test_authorisation
* not set platfrom and platform_resource_identifier in test
* update tests post and get_count
* do not set platform and platfrom_resource_identifier in test
* debug test_router_contact
* diable upload test
* disable uploader for this PR
* revert concept.py to original form
* correct error code
* add additional test
* simplfy
* remove deprecated v1, fix bugs, add env variable to docker-compose.yaml
* fix test post merge conflict resolution
* incorrect merge conflict resolution
* contant method for status code, minor fix
* update test
* platform_resource_identifer = identifier, connector platform name is verified
* small fixes
* set platform to aiod
* set platform_resource_identifier to aiod_entry_identifier
* donot expose platform using POST endpoint
* ruff formatting
* create connector user in keycloak
* remove setting platform and platform_resource_identifier in test env
* platform name set using platform_names.py
* update test_authorisation
* not set platfrom and platform_resource_identifier in test
* update tests post and get_count
* do not set platform and platfrom_resource_identifier in test
* debug test_router_contact
* diable upload test
* disable uploader for this PR
* revert concept.py to original form
* correct error code
* add additional test
* simplfy
* remove deprecated v1, fix bugs, add env variable to docker-compose.yaml
* fix test post merge conflict resolution
* incorrect merge conflict resolution
* contant method for status code, minor fix
* update test
* platform_resource_identifer = identifier, connector platform name is verified
* small fixes
* remove old unused code
* improve test_router_get_count
* remove commented code, minor fixes
* resolve pr comments
* remove dependency injection
* user permission check to set platform is moved to register_resource_func()
0 commit comments