-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Collect CSP data #20
Comments
This can be part of csp hooks which will allow the core code to define a standard interface and return value to ensure csp specific data does not leak into core code. |
@rjschwei can you provide more details on what needs to be collected? |
We want to run the commands that are configured in the cloud regionsrv-client configuration and the information needs to be included in the suportconfig |
This is defined. Last step is integrating the function in amazon plugin. Changing tag accordingly. |
Requirements are missing here. What was communicated is that we need the following fields:
It sounds like we also need to include signature/checksum to validate the data which changes the interface again. |
Any implementation needs to collect CSP information that is sufficient to meet the requirements that allows SCC to automatically create support cases.
Suggest to use the commands we use in AMI's we publish to collect metadata as this infrastructure already exists.
The text was updated successfully, but these errors were encountered: