Skip to content

Commit 0ef6237

Browse files
committed
Update changelog and doc for puppetdb basic authentication
1 parent 7e38478 commit 0ef6237

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

doc/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@
77
<th>Description / Changes</th>
88
</tr>
99
</thead><tbody>
10+
11+
<tr valign=top>
12+
<td>1.5.1</td>
13+
<td>2017-11-16</td>
14+
<td>
15+
<li><a href="https://github.com/github/octocatalog-diff/pull/159">#159</a>: (Enhancement) Add support for puppetdb behind basic auth</li>
16+
</td>
17+
</tr>
18+
1019
<tr valign=top>
1120
<td>1.5.0</td>
1221
<td>2017-10-18</td>

doc/configuration-puppetdb.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ For this to work, you will need to configure or provide information about your P
1414

1515
- **URL to PuppetDB**: This is the URL with the host name and port number to reach your PuppetDB instance. If you have already set up your Puppet master to communicate with PuppetDB, you can see the URL by reviewing `/etc/puppetlabs/puppet/puppetdb.conf` (on Puppet Server) or `/etc/puppet/puppetdb.conf` (on Puppet Master 3.x). The URL (or URLs) to your PuppetDB installation are visible in the `server_urls` configuration setting.
1616

17+
To use basic authentication, place the username and password in the URL, e.g.:
18+
19+
```
20+
https://username:[email protected]:8081
21+
```
22+
1723
- **SSL Authentication Information**: Whether your PuppetDB instance requires clients to authenticate via SSL certificates. Unless you have made a special effort to configure your PuppetDB instance not to require client certificates, it is likely that client certificate authentication is required.
1824

1925
NOTE: In certain situations, you may need to define or alter the `certificate-whitelist` setting in your PuppetDB configuration to whitelist the certificate used by octocatalog-diff. Please see [Configuring PuppetDB](https://docs.puppet.com/puppetdb/latest/configure.html#certificate-whitelist) in the Puppet documentation for additional information.

0 commit comments

Comments
 (0)