Skip to content

Commit

Permalink
Update 2024-02-28-http-basic-authentication-liberty.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbreaux committed Feb 28, 2024
1 parent bf56821 commit d277e40
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions _posts/2024-02-28-http-basic-authentication-liberty.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ tags:
- security
title: HTTP Basic Authentication with WebSphere/Open Liberty
---
## HTTP Basic Authentication with Liberty

Collecting the steps to add HTTP Basic Authentication to a Liberty web application.

In this simple case, the need to restrict access to the entire application to a tiny set of preconfigured users.
Expand Down Expand Up @@ -112,4 +110,4 @@ stringData:
type: Opaque
```
Yes, this approach "hardcodes" into the image that we have 2 allowed users. You could also mount an entire "file" Secret into the Liberty `overrides` directory if you need more flexibility add or remove users without updating the container image.
Yes, this approach "hardcodes" into the image that we have 2 allowed users. You could also mount an entire "file" Secret into the Liberty `overrides` directory if you need more flexibility add or remove users without updating the container image.

0 comments on commit d277e40

Please sign in to comment.