Uploaded image for project: 'Data Movement as a Platform'
  1. Data Movement as a Platform
  2. DMAAP-1663

[MR] Identify all MR clients taht use apiKeys

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Done
    • Icon: Medium Medium
    • Kohn Release
    • None
    • None

      SDC has notification topics which are created at deploy time using an apiKey.

      SDC is then the owner of these topics.

      Subscribers then register themselves via sdc-backend using an apikey.

      Need to try to identify these subscribers to plan a deprecation strategy for this api in MR.

       

      See below:

      cloud@nfs01-onap-gating-3:~$ curl -k https://10.240.0.4:30226/topics/SDC-DISTR-STATUS-TOPIC-AUTO
      {
          "owner": "dVmBQrnEkzf0Krlj",  # SDC
          "readerAcl": {
              "enabled": true,
              "users": [
                  "dVmBQrnEkzf0Krlj", # SDC
                  "y0uE2G26LXFhW6wI"  # SO
              ]
          },
          "name": "SDC-DISTR-STATUS-TOPIC-AUTO",
          "description": "",
          "writerAcl": {
              "enabled": true,
              "users": [
                  "2wMizMs5Kw2KCbnZ",  # ves-openapi-manager
                  "JLkkVswkQthFnYxY",  # multicloud
                  "RxeI6oCcWEx2dUBz",  # CLAMP
                  "bQ82eAWuJsgsQkE9",  # CDS
                  "t5N6kdSfLiB3oN5G",  # SDNC
                  "x4JmNU2CFL7UVhTw",  # POLICY
                  "y0uE2G26LXFhW6wI",  # SO
                  "yztonAlBr9gHcuJM"   # AAI Model loader
              ]
          }
      }cloud@nfs01-onap-gating-3:~$ curl -k https://10.240.0.4:30226/topics/SDC-DISTR-NOTIF-TOPIC-AUTO
      {
          "owner": "dVmBQrnEkzf0Krlj",  # SDC
          "readerAcl": {
              "enabled": true,
              "users": [
                  "2wMizMs5Kw2KCbnZ",  # ves-openapi-manager
                  "JLkkVswkQthFnYxY",  # multicloud
                  "RxeI6oCcWEx2dUBz",  # CLAMP
                  "bQ82eAWuJsgsQkE9",  # CDS
                  "t5N6kdSfLiB3oN5G",  # SDNC
                  "x4JmNU2CFL7UVhTw",  # POLICY 
                  "y0uE2G26LXFhW6wI",  # SO
                  "yztonAlBr9gHcuJM"   # AAI Model loader
              ]
          },
          "name": "SDC-DISTR-NOTIF-TOPIC-AUTO",
          "description": "",
          "writerAcl": {
              "enabled": true,
              "users": ["dVmBQrnEkzf0Krlj"]  # SDC
          }
      }
      cloud@nfs01-onap-gating-3:~$ curl -k https://10.240.0.4:30226/topics
      {"topics": [
          "POLICY-ACRUNTIME-PARTICIPANT",
          "org.onap.dmaap.mr.PNF_REGISTRATION",
          "__strimzi_store_topic",
          "AAI-EVENT",
          "SDC-DISTR-STATUS-TOPIC-AUTO",
          "SDC-DISTR-NOTIF-TOPIC-AUTO",
          "org.onap.dmaap.mr.PNF_READY",
          "unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT",
          "unauthenticated.PNF_READY",
          "unauthenticated.VES_PNFREG_OUTPUT",
          "org.onap.dmaap.mr.PERFORMANCE_MEASUREMENTS",
          "POLICY-PDP-PAP",
          "POLICY-NOTIFICATION",
          "__strimzi-topic-operator-kstreams-topic-store-changelog",
          "unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT",
          "unauthenticated.VES_NOTIFICATION_OUTPUT",
          "unauthenticated.PERFORMANCE_MEASUREMENTS",
          "unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT",
          "TEST_TOPIC",
          "unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT",
          "__consumer_offsets",
          "cps.data-updated-events",
          "org.onap.dmaap.mr.mirrormakeragent",
          "unauthenticated.SEC_FAULT_OUTPUT"
      ]} 

            efiacor efiacor
            efiacor efiacor
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: