Closed AlvaroVega closed 1 year ago
New configuration has beed added into config.js file (remember that should be overwritten with a volume in a docker deploy):
config.trusts = [
{
id: 'trust1',
user: 'user1',
password: 'password',
service: 'domain1'
},
{
id: 'trust2',
user: 'user2',
password: 'password2',
service: 'domain2'
}
];
New configuration has beed added into config.js file (remember that should be overwritten with a volume in a docker deploy):
As alternatives:
token1=user1,pass1,service1;token2=user2,pass2,service2;...
(similar approach to per-service queue configuration in Orion) although if the number of tokens is large is a bit ugly.I think this section should be removed https://github.com/telefonicaid/perseo-fe/blob/11950e381cd7b924fcedff59a76e0babf8f81fb4/docs/architecture/architecture.md#authorization-server
Also some env vars should be removed in configuration.md
| PERSEO_AUTHENTICATION_HOST | Host of the authentication endpoint | | PERSEO_AUTHENTICATION_PORT | Port of the authentication endpoint | | PERSEO_AUTHENTICATION_USER | User to perform authentication | | PERSEO_AUTHENTICATION_PASSWORD | Password for the user to perform authentication | | PERSEO_AUTHENTICATION_SERVICE | Keystone User Service to perform authentication
Also some env vars should be removed in configuration.md
| PERSEO_AUTHENTICATION_HOST | Host of the authentication endpoint | | PERSEO_AUTHENTICATION_PORT | Port of the authentication endpoint | | PERSEO_AUTHENTICATION_USER | User to perform authentication | | PERSEO_AUTHENTICATION_PASSWORD | Password for the user to perform authentication | | PERSEO_AUTHENTICATION_SERVICE | Keystone User Service to perform authentication
done in f076d0043996b6490939f5dfcbf2a6872c4c3772
done in f076d0043996b6490939f5dfcbf2a6872c4c3772
I don't find that commit... maybe a git push origin
is needed?
related https://github.com/telefonicasc/urbo-deployer/issues/868#issuecomment-1727080468