X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=configs%2Fo2app.conf;h=ad224bb2363e75ff4d1de77aab2a51db9ffef2c4;hb=refs%2Fchanges%2F99%2F12899%2F9;hp=89572369e8cae5d5bf2733d08764b2ac8b9b3b15;hpb=c34ab47848138150a1456be2fa9f82d7260e37b8;p=pti%2Fo2.git diff --git a/configs/o2app.conf b/configs/o2app.conf index 8957236..ad224bb 100644 --- a/configs/o2app.conf +++ b/configs/o2app.conf @@ -5,7 +5,35 @@ 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] +# support native_k8sapi,sol018,sol018_helmcli +# if the value is black, then native_k8sapi will set by default +DMS_SUPPORT_PROFILES = [WATCHER]