Skip to content

Commit

Permalink
Merge pull request #411 from adamwojs/adamwojs-patch-1
Browse files Browse the repository at this point in the history
Fixed typo in keycloak configuration example
  • Loading branch information
bocharsky-bw authored Aug 14, 2023
2 parents 47b1c2a + 00b3963 commit c26a792
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,7 @@ knpu_oauth2_client:
auth_server_url: null
# Keycloak realm
realm: null
# Optional: Encryption algorith, i.e. RS256
# Optional: Encryption algorithm, i.e. RS256
# encryption_algorithm: null
# Optional: Encryption key path, i.e. ../key.pem
# encryption_key_path: null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function buildConfiguration(NodeBuilder $node)
->end()
->scalarNode('encryption_algorithm')
->defaultNull()
->info('Optional: Encryption algorith, i.e. RS256')
->info('Optional: Encryption algorithm, i.e. RS256')
->end()
->scalarNode('encryption_key_path')
->defaultNull()
Expand Down

0 comments on commit c26a792

Please sign in to comment.