Skip to content

Commit d2c6c55

Browse files
author
Lee Fine
committed
Merge branch 'ab#64704' of https://github.com/Keyfactor/f5-rest-orchestrator into ab#64704
2 parents 7bb20f0 + d88040c commit d2c6c55

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,12 @@ The F5 Universal Orchestrator extension implements 3 Certificate Store Types. De
312312
Refer to [Starting/Restarting the Universal Orchestrator service](https://software.keyfactor.com/Core-OnPrem/Current/Content/InstallingAgents/NetCoreOrchestrator/StarttheService.htm).
313313

314314

315+
6. **(optional) PAM Integration**
316+
317+
The F5 Universal Orchestrator extension is compatible with all supported Keyfactor PAM extensions to resolve PAM-eligible secrets. PAM extensions running on Universal Orchestrators enable secure retrieval of secrets from a connected PAM provider.
318+
319+
To configure a PAM provider, [reference the Keyfactor Integration Catalog](https://keyfactor.github.io/integrations-catalog/content/pam) to select an extension, and follow the associated instructions to install it on the Universal Orchestrator (remote).
320+
315321

316322
> The above installation steps can be supplimented by the [official Command documentation](https://software.keyfactor.com/Core-OnPrem/Current/Content/InstallingAgents/NetCoreOrchestrator/CustomExtensions.htm?Highlight=extensions).
317323

@@ -352,6 +358,19 @@ The F5 Universal Orchestrator extension implements 3 Certificate Store Types, ea
352358
353359
354360
361+
<details><summary>Attributes eligible for retrieval by a PAM Provider on the Universal Orchestrator</summary>
362+
363+
If a PAM provider was installed _on the Universal Orchestrator_ in the [Installation](#Installation) section, the following parameters can be configured for retrieval _on the Universal Orchestrator_.
364+
| Attribute | Description |
365+
| --------- | ----------- |
366+
| Store Password | Check "No Password" if you wish the private key of any added certificate to be set to Key Security Type "Normal". Enter a value (either a password or pointer to an installed PAM provider key for the password) to be used to encrypt the private key of any added certificate for Key Security Type of "Password". |
367+
368+
Please refer to the **Universal Orchestrator (remote)** usage section ([PAM providers on the Keyfactor Integration Catalog](https://keyfactor.github.io/integrations-catalog/content/pam)) for your selected PAM provider for instructions on how to load attributes orchestrator-side.
369+
370+
> Any secret can be rendered by a PAM provider _installed on the Keyfactor Command server_. The above parameters are specific to attributes that can be fetched by an installed PAM provider running on the Universal Orchestrator server itself.
371+
</details>
372+
373+
355374
</details>
356375
357376
* **Using kfutil**
@@ -383,6 +402,17 @@ The F5 Universal Orchestrator extension implements 3 Certificate Store Types, ea
383402

384403

385404

405+
<details><summary>Attributes eligible for retrieval by a PAM Provider on the Universal Orchestrator</summary>
406+
407+
If a PAM provider was installed _on the Universal Orchestrator_ in the [Installation](#Installation) section, the following parameters can be configured for retrieval _on the Universal Orchestrator_.
408+
| Attribute | Description |
409+
| --------- | ----------- |
410+
| Store Password | Check "No Password" if you wish the private key of any added certificate to be set to Key Security Type "Normal". Enter a value (either a password or pointer to an installed PAM provider key for the password) to be used to encrypt the private key of any added certificate for Key Security Type of "Password". |
411+
412+
> Any secret can be rendered by a PAM provider _installed on the Keyfactor Command server_. The above parameters are specific to attributes that can be fetched by an installed PAM provider running on the Universal Orchestrator server itself.
413+
</details>
414+
415+
386416
3. **Import the CSV file to create the certificate stores**
387417

388418
```shell

0 commit comments

Comments
 (0)