Skip to content

Commit

Permalink
Move blog //more section earlier in post
Browse files Browse the repository at this point in the history
  • Loading branch information
msavy committed Jul 8, 2023
1 parent 69dc34c commit d865608
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _posts/2023-07-07-apiman-3.1.2.Final.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ allow-uri-read: true

I'm delighted to announce that I have released Apiman 3.1.2.Final.

One particularly useful change I'd like to highlight is that the Vert.x Gateway's API, when secured by Keycloak, now accepts a list of additionally accepted issuers using `allowed-issuers`, which is useful for users with more complex auth setups:
One particularly useful change I'd like to highlight is that the Vert.x Gateway's API, when secured by Keycloak, now accepts a list of additionally accepted issuers using `allowed-issuers`, which is useful for users with more complex auth setups.

// more

[source,json5]
----
Expand Down Expand Up @@ -43,8 +45,6 @@ One particularly useful change I'd like to highlight is that the Vert.x Gateway'
----
<1> You can add extra issuers here; this can be very useful if your setup has internal vs external issuers, and you need to support them all simultaneously.

// more

TIP: Need help? Support is available from link:/support.html[Apiman's developers], and helps the project be sustainable. Please be a good open source citizen!

== What's new?
Expand Down

0 comments on commit d865608

Please sign in to comment.