Skip to content

Commit c1903fe

Browse files
Signed-off-by: Jerome Luckenbach <[email protected]>
1 parent e737d71 commit c1903fe

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

configuration/restdocs.md

-13
Original file line numberDiff line numberDiff line change
@@ -87,19 +87,6 @@ To authenticate with an API token, **apaddpend `-u '{API_TOKEN}:'` to the comman
8787

8888
You can manage all access tokens in your profile settings in the Main UI.
8989

90-
### Disable authentication
91-
92-
It is possible to disable authentication.
93-
Stop openhab and add this part to ```$OPENHAB_USERDATA/etc/org.apache.karaf.features.xml``` before ```</featuresProcessing>```:
94-
95-
```xml
96-
<blacklistedFeatures>
97-
<feature>openhab-*-auth</feature>
98-
</blacklistedFeatures>
99-
```
100-
101-
Once openhab is restarted authentication will be disabled.
102-
10390
## Additional Considerations
10491

10592
The REST API also supports server-push supporting subscriptions on change notification for certain resources.

0 commit comments

Comments
 (0)