Skip to content

Commit 5c403f0

Browse files
authored
Release 0.0.1 (#2)
* rename SecretsProvider to LookupProvider * add KeePass lookup provider * switch from Handlebars to Pebble as template engine * add CI/CD example project
1 parent 7f662c8 commit 5c403f0

File tree

90 files changed

+2144
-643
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+2144
-643
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
examples/apim/** text eol=lf
22
examples/*.cmd text eol=crlf
3+
examples/*.sh text eol=lf

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ buildNumber.properties
1919
.settings
2020
.factorypath
2121

22+
# Don't include tracefiles generated by 'yamles'
23+
yamles.trc*
24+
2225
# Don't include files generated by the examples
2326
examples/apim/Environment Configuration/Certificate Store/example-*

examples/apim/Environment Configuration/Certificate Store/CN=Change this for production-cert.pem

Lines changed: 0 additions & 13 deletions
This file was deleted.

examples/apim/Environment Configuration/Certificate Store/CN=Change this for production-key.pem

Lines changed: 0 additions & 22 deletions
This file was deleted.

examples/apim/Environment Configuration/Certificate Store/CN=Change this for production.yaml

Lines changed: 0 additions & 9 deletions
This file was deleted.

examples/apim/Environment Configuration/Certificate Store/CN=StartCom Class 2 Primary Intermediate-2060105405-cert.pem

Lines changed: 0 additions & 28 deletions
This file was deleted.

examples/apim/Environment Configuration/Certificate Store/CN=StartCom Class 2 Primary Intermediate-2060105405.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

examples/apim/Environment Configuration/Service/API Manager Traffic/Portal Traffic HTTPS Interface.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
type: SSLInterface
33
fields:
4-
serverCert: /Environment Configuration/Certificate Store/CN=Change this for production
4+
serverCert: /Environment Configuration/Certificate Store/example-server
55
caCert: []
66
ssloptions:
77
- notlsv1_1

examples/apim/Environment Configuration/Service/API Portal/API Portal Port.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
type: SSLInterface
33
fields:
4-
serverCert: /Environment Configuration/Certificate Store/CN=Change this for production
4+
serverCert: /Environment Configuration/Certificate Store/example-server
55
caCert: []
66
ssloptions:
77
- notlsv1_1

examples/apim/Environment Configuration/Service/OAuth 2.0 Services/OAuth 2.0 Interface.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
type: SSLInterface
33
fields:
4-
serverCert: /Environment Configuration/Certificate Store/CN=Change this for production
4+
serverCert: /Environment Configuration/Certificate Store/example-server
55
caCert: []
66
ssloptions:
77
- notlsv1_1

0 commit comments

Comments
 (0)