Community Images Access Token
A Community Images access token allows you or members of your organization to use RapidFort's hardened community images for free. This key is identical for all members of your organization, and is not required for images you harden on your own.
To obtain your key:
- Log into the RapidFort UI
- Navigate to Settings --> Community Images Access Token
- Copy the token from the code box below your access token
To use your key, simple pass the access token as an environment variable when running an image.
For example, using Docker:
docker run -e RF_ACCESS_TOKEN=”<access_token>” imagename