X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=configs%2Fo2app.conf;h=ad224bb2363e75ff4d1de77aab2a51db9ffef2c4;hb=HEAD;hp=6ee900a51f4be3e74012ea52b9ea9e4bc7f4e561;hpb=c15953c5fedf5ca59e4dd208ddf249698ac0294c;p=pti%2Fo2.git diff --git a/configs/o2app.conf b/configs/o2app.conf index 6ee900a..ad224bb 100644 --- a/configs/o2app.conf +++ b/configs/o2app.conf @@ -1,10 +1,39 @@ [DEFAULT] ocloud_global_id = 4e24b97c-8c49-4c4f-b53e-3de5235a4e37 + smo_register_url = http://127.0.0.1:8090/register smo_token_data = smo_token_payload + +auth_provider = oauth2 + +[OAUTH2] +# support OAuth2.0 + +# oauth2 token verify type: jwt or introspection +oauth2_verify_type = +# oauth2 public key +oauth2_public_key = +# oauth2 encryption asymmetric algorithm +oauth2_algorithm = + +# oauth2 jwt token introspection endpoint, required if oauth2_verify_type = introspection +oauth2_introspection_endpoint = +# required if oauth2_verify_type = introspection +oauth2_client_id = +# required if oauth2_verify_type = introspection +oauth2_client_secret = + +[OCLOUD] +OS_AUTH_URL = +OS_USERNAME = +OS_PASSWORD = +API_HOST_EXTERNAL_FLOATING = + [API] -test = "hello" +# support native_k8sapi,sol018,sol018_helmcli +# if the value is black, then native_k8sapi will set by default +DMS_SUPPORT_PROFILES = [WATCHER]