telefonicaid / perseo-fe

Front End process for the Perseo CEP
GNU Affero General Public License v3.0
15 stars 29 forks source link

new approach for trust #745

Closed AlvaroVega closed 1 year ago

AlvaroVega commented 1 year ago

related https://github.com/telefonicasc/urbo-deployer/issues/868#issuecomment-1727080468

AlvaroVega commented 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'
    }
];
fgalan commented 1 year ago

New configuration has beed added into config.js file (remember that should be overwritten with a volume in a docker deploy):

As alternatives:

fgalan commented 1 year ago

I think this section should be removed https://github.com/telefonicaid/perseo-fe/blob/11950e381cd7b924fcedff59a76e0babf8f81fb4/docs/architecture/architecture.md#authorization-server

fgalan commented 1 year ago

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

AlvaroVega commented 1 year ago

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

fgalan commented 1 year ago

done in f076d0043996b6490939f5dfcbf2a6872c4c3772

I don't find that commit... maybe a git push origin is needed?