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 59dd0e6 commit 5b20c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-02-28-http-basic-authentication-liberty.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,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 to add or remove users without updating the container image.

0 comments on commit 5b20c72

Please sign in to comment.