When OKM is in STRING_VALUE_TYPE_REACTIVE mode then we can expect all API's in TAC applications with unique authkeys .
User wants to execute/retrive data using single API from basic services/individual services using generated unique auth key, user copied unique auth key and updated authorization section in swagger for particular API section and able to fetch data successfully. but here, authkey updation done for all other API services in swagger instead of single API.
Now we have a diffrent unique keys generated and maintained for each API in microservice applications, expectation is that each API has its own capability to hold its unique keys in authorization section.
Could you please review issue and correct me if my understanding is incorrect.