OpenCayle service needs an access key to allow access. This access key will be obtained through a token generated on base 64 associated to the user and password on active directory (AD).
WARNINGS:
To generate the access key to access (Result to encode on base 64 the following JSON which includes user and password):
{
"RGW_TOKEN": {
"version": 1,
"type": "ad",
"id": "USERID",
"key": "PASSWORD"
}
}
Click encode,the token generated is the ACCESS KEY associated to the user to access to OpenCayle service.
If you prefer not use an external site to obtain the access key, you can create a specific program. The example is developed on Python:
NOTE: To download python programs (.py extension) , please, follow the instructions:
1) Select the file
2) Press the right button on your mouse
3) Select the "save as" option
Programa: s3AccessKey.py.
Parameters:
Successfully execution:
python3 s3AccessKey.py '{"RGW_TOKEN": {"version": 1, "type": "ad", "id": "USERID", "key":"PASSWORD"}}'
Your accessKey to access to OpenCayle Services is:
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Copy this value to access to OpenCayle services.
You never write this information on a file to use OpenCayle services and always preserve Scayle security policies.