You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -241,8 +241,6 @@ Note that the `psutil` dependency is **optional** and is only required if you wa
241
241
Pyctuator leverages Python's builtin `logging` framework and allows controlling log levels at runtime.
242
242
243
243
Note that in order to control uvicorn's log level, you need to provide a logger object when instantiating it. For example:
244
-
245
-
246
244
```python
247
245
myFastAPIServer = Server(
248
246
config=Config(
@@ -253,6 +251,22 @@ myFastAPIServer = Server(
253
251
)
254
252
```
255
253
254
+
### Spring Boot Admin Using Basic Authentication
255
+
Pyctuator supports registration with Spring Boot Admin that requires basic authentications. The credentials are provided when initializing the Pyctuator instance as follows:
0 commit comments