Bug #17883
closedCan't access on technique editor
Description
!! Hello :)
I update recently my rudder server, and since I can no longer access on Technique Editor (/rudder/secure/configurationManager/techniqueEditor).
I have a 404. (I can't send screenshot, in this issue, I have a 403 http code with https://issues.rudder.io/uploads.js?attachment_id=3&filename=rudder.png&content_type=image%2Fpng)
But HTTP request send a 200 status code and there are no log with when I access on this page (test with a tail -f /var/log/rudder/*/*.log
)
PostgreSQL is running, all other module work and disk free is ok.
Thank :)
Updated by François ARMAND over 4 years ago
So, the problem is likely that an apache configuration file was not updated correctly.
The faulty file is:
/opt/rudder/etc/rudder-apache-webapp-ssl.conf
It should contain the line:
ProxyPass /rudder/relay-api !
(and not <Location /rudder/relay-api>
etc).
Perhaps do you have the new, correct file in: /opt/rudder/etc/rudder-apache-webapp-ssl.conf.dpkg-dist
. If so, you need to move that file to /opt/rudder/etc/rudder-apache-webapp-ssl.conf
Updated by Vincent MEMBRÉ over 4 years ago
To add some precision, the proxypass may be an issue too, but the problem (accessing technique editor) is because of the missing directives about in the old apache conf
# Technique editor (aka 'ncf builder') Alias /ncf-builder /usr/share/ncf/builder <Directory /usr/share/ncf/builder> # Allow access from anybody Require all granted </Directory>
The proxy change, which is a change between 5.0 and 6.0 cause the apache config to not be updated in 6.1 (but it should have been updated but that another issue)
Updated by Vincent MEMBRÉ over 4 years ago
- Status changed from New to In progress
- Assignee set to Vincent MEMBRÉ
Updated by Vincent MEMBRÉ over 4 years ago
- Assignee changed from Vincent MEMBRÉ to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder-packages/pull/2322
Updated by Vincent MEMBRÉ over 4 years ago
- Status changed from In progress to Pending release
Applied in changeset rudder-packages|5ac989e67e2bfa697c404c80ae54810069925e42.
Updated by Anonymous over 4 years ago
I add the config in https://issues.rudder.io/issues/17883#note-3
It work
Thank :)
Updated by Vincent MEMBRÉ over 4 years ago
- Target version changed from 6.1.2 to 6.1.1
Updated by François ARMAND over 4 years ago
- Category set to Web - Technique editor
- Severity set to Major - prevents use of part of Rudder | no simple workaround
- User visibility set to Getting started - demo | first install | Technique editor and level 1 Techniques
- Priority changed from 0 to 70
Updated by François ARMAND over 4 years ago
- Fix check changed from To do to Checked
Updated by Vincent MEMBRÉ over 4 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.1.1 which was released today.