Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Status ¶
func Status( cid string, r *http.Request, w http.ResponseWriter, )
Status handles HTTP requests to determine the current status of VSecM Keystone. The assumption is, if VSecM Keystone has an associated secret, then VSecM Sentinel will have finished its "init commands" flow successfully and will not need to re-run the init commands if it crashes or gets evicted.
Parameters:
- cid: A unique identifier for the correlation of logs and audit entries.
- w: The http.ResponseWriter object through which HTTP responses are written.
- r: The http.Request received from the client. This contains all the details about the request made by the client.
- spiffeid: The SPIFFE ID of the entity making the request, used for authentication and logging.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.