Yamcs Server Manual
- General Information
- Server Administration
- Mission Database
- Data Management
- Data Links
- Processors
- Commanding
- Services
- Security
- Web Interface
- Programs
Related
Yamcs Release Notes
Yamcs HTTP API
Source Code Documentation
Download this Document
Remote User AuthModule¶
This AuthModule supports the login of users based on a provided HTTP header containing the username. Currently, it can only be used for API requests, and not for accessing the Yamcs web interface.
Warning
When using this module you must protect Yamcs against spoofing attacks.
Class Name¶
Configuration Options¶
- header (string)
- Name of the HTTP request header that indicates the remotely identified user.Default:
X-REMOTE-USER