-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some cleanup + small fixes #2058
Conversation
abarz722
commented
May 9, 2023
- check for spaces + some docu pieces -> importer FortiOS v7.x ssh import issues #2054
- warning color to yellow -> UI - settings - managements - warning should be displayed in yellow not red #2044
- some missing translations
- converge css class determination
- cleanup + renaming
@@ -2905,21 +2917,25 @@ INSERT INTO txt VALUES ('H5102', 'English', 'The following firewall products can | |||
</ul> | |||
'); | |||
INSERT INTO txt VALUES ('H5103', 'German', 'Für Firewallgateways ohne separates Management oder im Falle, dass das zentrale Management nicht in den Firewall Orchestrator eingebunden werden kann, | |||
werden die Details des Gateways als Management und gleichzeitig auch als Gateway eingetragen. | |||
werden die Details des Gateways als Management und gleichzeitig auch als Gateway eingetragen.<br> | |||
Im Falle Fortigate: Um einen vollständigen Datenimport zu gewährleisten, bitte in der Fortigate config den Seitenumbruch deaktivieren, damit beim Kommando "show full-configuration" die komplette Config zu ausgegeben wird. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ohne "zu"
@@ -2928,11 +2944,11 @@ INSERT INTO txt VALUES ('H5113', 'German', 'Gerätetyp*: bitte das korrekte | |||
INSERT INTO txt VALUES ('H5113', 'English', 'Device Type*: Select correct product from a list of available types, see above.'); | |||
INSERT INTO txt VALUES ('H5114', 'German', 'Hostname*: Adresse des Hosts (entweder IP-Addresse oder auflösbarer Name). | |||
Für Check Point R8x MDS Installationen die Addresse des MDS-Servers für alle Domains benutzen.<br> | |||
Für Fortinet, Barradua, Juniper muss die IP vom auflösbaren Namen des Firewallgateways spezifiziert werden. | |||
Für Fortinet, Barracuda, Juniper muss die IP vom auflösbaren Namen des Firewallgateways spezifiziert werden. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Für alle übrigen Firewall-Plattformen, bei denen es es kein separates Management gibt, muss die IP oder der auflösbare Name des Firewallgateways spezifiziert werden
'); | ||
INSERT INTO txt VALUES ('H5114', 'English', 'Hostname*: Address of the host (either IP address or resolvable name). | ||
For Check Point R8x MDS installations use the address of the MDS server for all domains.<br> | ||
For Fortinet, Barradua, Juniper you need to specify the IP or resolvable name of the firewall gateway. | ||
For Fortinet, Barracuda, Juniper you need to specify the IP or resolvable name of the firewall gateway. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For all other firewall platforms which do not possess a separate management, use the IP address or the resolvable name of the firewall gateway.
INSERT INTO txt VALUES ('H5133', 'German', 'Privater Schlüssel* / Passwort*: Für den ssh-Zugang hier den privaten ssh-Schlüssel hinterlegen (Schlüssel muss unverschlüsselt und ohne Passphrase sein)<br> | ||
Für den API-Zugang ist dies das Passwort des API-Nutzers. | ||
INSERT INTO txt VALUES ('H5133', 'German', 'Privater Schlüssel* / Passwort*: Für den ssh-Zugang hier den privaten ssh-Schlüssel hinterlegen (Schlüssel muss unverschlüsselt und ohne Passphrase sein). | ||
Bitte kein RSA benutzen, da zumindest FortiGate ein Problem mit RSA-Schlüsseln zu haben scheint.<br> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bitte für ssh-basierten legacy FortiGate Zugriff kein RSA benutzen, da es hier ein Problem mit RSA-Schlüsseln zu geben scheint.
INSERT INTO txt VALUES ('H5133', 'English', 'Login Secret* / Password*: For ssh access enter the private ssh key (key needs to be unencrypted without passphrase)<br> | ||
For API access this is the password of the API user. | ||
INSERT INTO txt VALUES ('H5133', 'English', 'Login Secret* / Password*: For ssh access enter the private ssh key (key needs to be unencrypted without passphrase). | ||
Please do not use RSA as at least FortiGate seems to have a problem with RSA keys.<br> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For legacy ssh based FortiGate, do not use RSA as there seems to be a problem with RSA keys.
@@ -9,4 +9,4 @@ | |||
* Copyright 2011-2020 The Bootstrap Authors |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why/how was the bootstrap.css file changed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed the color of alert-warning: did an override in side.css instead now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sounds good - but in this case there should not be any changes to the boostrap.css at all, right?
@@ -2944,11 +2944,13 @@ INSERT INTO txt VALUES ('H5113', 'German', 'Gerätetyp*: bitte das korrekte | |||
INSERT INTO txt VALUES ('H5113', 'English', 'Device Type*: Select correct product from a list of available types, see above.'); | |||
INSERT INTO txt VALUES ('H5114', 'German', 'Hostname*: Adresse des Hosts (entweder IP-Addresse oder auflösbarer Name). | |||
Für Check Point R8x MDS Installationen die Addresse des MDS-Servers für alle Domains benutzen.<br> | |||
Für Fortinet, Barracuda, Juniper muss die IP vom auflösbaren Namen des Firewallgateways spezifiziert werden. | |||
Für Fortinet, Barracuda, Juniper muss die IP vom auflösbaren Namen des Firewallgateways spezifiziert werden.<br> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Für alle Firewall-Plattformen, die kein separates Management-System besitzen, muss die IP oder der auflösbare Name des Firewallgateways spezifiziert werden.
@@ -2944,11 +2944,13 @@ INSERT INTO txt VALUES ('H5113', 'German', 'Gerätetyp*: bitte das korrekte | |||
INSERT INTO txt VALUES ('H5113', 'English', 'Device Type*: Select correct product from a list of available types, see above.'); | |||
INSERT INTO txt VALUES ('H5114', 'German', 'Hostname*: Adresse des Hosts (entweder IP-Addresse oder auflösbarer Name). | |||
Für Check Point R8x MDS Installationen die Addresse des MDS-Servers für alle Domains benutzen.<br> | |||
Für Fortinet, Barracuda, Juniper muss die IP vom auflösbaren Namen des Firewallgateways spezifiziert werden. | |||
Für Fortinet, Barracuda, Juniper muss die IP vom auflösbaren Namen des Firewallgateways spezifiziert werden.<br> | |||
Für alle übrigen Firewall-Plattformen, bei denen es es kein separates Management gibt, muss die IP oder der auflösbare Name des Firewallgateways spezifiziert werden. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can be removed
'); | ||
INSERT INTO txt VALUES ('H5114', 'English', 'Hostname*: Address of the host (either IP address or resolvable name). | ||
For Check Point R8x MDS installations use the address of the MDS server for all domains.<br> | ||
For Fortinet, Barracuda, Juniper you need to specify the IP or resolvable name of the firewall gateway. | ||
For Fortinet, Barracuda, Juniper you need to specify the IP or resolvable name of the firewall gateway.<br> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this sentence
'); | ||
INSERT INTO txt VALUES ('H5114', 'English', 'Hostname*: Address of the host (either IP address or resolvable name). | ||
For Check Point R8x MDS installations use the address of the MDS server for all domains.<br> | ||
For Fortinet, Barracuda, Juniper you need to specify the IP or resolvable name of the firewall gateway. | ||
For Fortinet, Barracuda, Juniper you need to specify the IP or resolvable name of the firewall gateway.<br> | ||
For all other firewall platforms which do not possess a separate management, use the IP address or the resolvable name of the firewall gateway. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For all firewall platforms which do not possess a separate management, use the IP address or the resolvable name of the firewall gateway.
@@ -9,4 +9,4 @@ | |||
* Copyright 2011-2020 The Bootstrap Authors |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sounds good - but in this case there should not be any changes to the boostrap.css at all, right?