Log messages for the Security microservice.
Log ID | Level | Message | Cause | Remedy | Impact |
---|---|---|---|---|---|
7001 | Info | Request executed successfully. | Indicates that request has been executed successfully. | No action is required. | None |
7002 | Info | User authentication is successful. | Indicates that the user is authenticated successfully. | No action is required. | None |
7003 | Error | Failed to authenticate the user. | Indicates failure to authenticate the user. | Examine the failure reason and make sure correct authentication info is passed. | Authentication failed. |
7004 | Info | Access token is generated for the user. | Indicates successful generation of access token. | No action is required. | None |
7005 | Error | Failed to issue access token. | Indiates failure to issue access token. | Examine the failure reason and take appropriate action. | Access token issue failed. |
7006 | Error | Token validation failed. | Indicates failure to validate the token. | Examine the failure reason and take appropriate action. | Validate token failed. |
7007 | Error | Failed to authorize the user. | Indicates failure to authorize the user. | Examine the failure reason and take appropriate action. | Authorization failed. |
7008 | Error | Failed to bring security microservice up as reboot reason not fetched from chassis microservice update. | Failed to fetch reboot reason updated by chassis manager. | Examine whether chasis microservice is up. | Microservice doesnt come up. |
7009 | Error | NewClientID cannot be served for any client other than XVM client. | Indicates failure to authorize the user which is not an XVM client. | NewClientID can be used by only XVM client with proper endpoint information to identify as an XVM client. | Authorization failed. |