Skip to content
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

[dev-4.x] Properties alignment to README.md #56

Merged
merged 1 commit into from
Jun 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ public static void main(String[] args) {
Signature example: from builder

"Users:
jack/password in roles: user, admin
jill/password in roles: user
john/password in no roles
jack/changeit in roles: user, admin
jill/changeit in roles: user
john/changeit in no roles

***********************
** Endpoints: **
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ public static void main(String[] args) {
Signature example: from builder

"Users:
jack/password in roles: user, admin
jill/password in roles: user
john/password in no roles
jack/changeit in roles: user, admin
jill/changeit in roles: user
john/changeit in no roles

***********************
** Endpoints: **
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@

The following users are configured:
<ul>
<li><code>jack/password</code> in <code>user</code> and <code>admin</code> roles</li>
<li><code>jill/password</code> in <code>user</code> roles</li>
<li><code>john/password</code> that has no roles</li>
<li><code>jack/changeit</code> in <code>user</code> and <code>admin</code> roles</li>
<li><code>jill/changeit</code> in <code>user</code> roles</li>
<li><code>john/changeit</code> that has no roles</li>
</ul>
</body>
</html>

Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ public static void main(String[] args) {
Started server on localhost:%2$d

Users:
jack/password in roles: user, admin
jill/password in roles: user
john/password in no roles
jack/changeit in roles: user, admin
jill/changeit in roles: user
john/changeit in no roles

***********************
** Endpoints: **
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ public static void main(String[] args) {
Started server on localhost:%2$d

Users:
jack/password in roles: user, admin
jill/password in roles: user
john/password in no roles
jack/changeit in roles: user, admin
jill/changeit in roles: user
john/changeit in no roles

***********************
** Endpoints: **
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public void onClose(WsSession session, int status, String reason) {
}

private static Keys privateKey() {
String password = "helidon";
String password = "changeit";

return Keys.builder()
.keystore(keystore -> keystore
Expand Down
Binary file modified examples/webserver/protocols/src/main/resources/certificate.p12
Binary file not shown.