Skip to content

Commit 5f54cb1

Browse files
committed
Minor documentation fixes
1 parent 6b70376 commit 5f54cb1

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ This feature can be used to read properties from external sources (e.g. AWS Secr
3030
[source, shell]
3131
----
3232
# Get properties from Vault key/value engine
33-
vault kv get -format=json kv/apim \| jq .data.data \| buildfed --prop - -p src/gw.pol -e src/gw.env -c config/gw.config.json
33+
vault kv get -format=json kv/apim/dev \| jq -r .data.data \| buildfed --prop=- -p src/gw.pol -e src/gw.env -c config/gw.config.json
34+
35+
# Get properties from AWS Secrets Manager
36+
aws secretsmanager get-secret-value --secret-id apim/dev \| jq -r .SecretString \| buildfed --prop=- -p src/gw.pol -e src/gw.env -c config/gw.config.json
3437
----
3538
====
3639

doc/getting-started/getting-started.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
:sectnums:
66
:source-highlighter: prettify
77

8-
:mvn-plugin-ver: 1.2.0
8+
:mvn-plugin-ver: 1.2.0.1
99

1010
Here you get a simple introduction on how to use the _Maven Plugin for Axway API Gateway_.
1111
It assumes that you are familiar with https://maven.apache.org[Apache Maven] and that you are familiar with PolicyStudio and the API Gateway.

doc/manual/user-guide.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Maven Plugin for API Gateway Policy Development: User Guide
22
:Author: Martin Look
33
:Email: mlook@axway.com
4-
:revnumber: 1.2.0
4+
:revnumber: 1.2.0.1
55
:toc:
66
:sectnums:
77
:source-highlighter: prettify

example/getting-started/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<packaging>pom</packaging>
88

99
<properties>
10-
<axway.maven.plugin.ver>1.2.0</axway.maven.plugin.ver>
10+
<axway.maven.plugin.ver>1.2.0.1</axway.maven.plugin.ver>
1111
</properties>
1212

1313
<modules>

0 commit comments

Comments
 (0)