rajeiyer
rajeiyer
Our service does not use OAuth 2.0 or OICD token file to manage credential refresh. We will need to check with our security team if it is even a viable...
Hello, The service will most likely provide the credentials as a file. Since the credentials can be passed in as startup parameters, environment variables and the file, it will be...
@waynr Thanks for making the changes. I will test it out from our side and validate that it works as per the design.
Ran into an issue with the refresh. Test steps 1. Created temp creds with 15 minute validity at time t0 and created temp creds file. 2. Started influx server with...
Tried the same experiment with data writes. Had a process continuously writing data to the server when the credentials expired. Even after refreshing the credentials in the file, the writes...
Sample json file ``` { "aws_access_key_id": "ASIAZU....7ZOU", "aws_secret_access_key": "2ekEva54...kl7uDLtJ0CUn/", "aws_session_token": "IQoJb3JpZ2luX2VjEKn//////////...FeqxJgVCacA==", "expiry": 900 } ``` The server startup succeeds with this file. The failure happens after the file is updated...
Thanks for the quick follow up. Can you please describe the root cause? Thanks