Skip to content

Commit

Permalink
Minor editorial improvements [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bczoma committed Jul 9, 2024
1 parent 35f65f4 commit 2894ae3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Solace PubSub+ Appliance Client Terraform Module

This Terraform module provisions a client identifier for [authorization](https://docs.solace.com/Security/Client-Authorization-Overview.htm) when connecting to the [Solace PubSub+ Event Broker](https://solace.com/products/event-broker/). The module also provides the option to adjust the assigned ACL profile through defining ACL profile exceptions, and to define additional attributes for client usernames.
This Terraform module provisions a client identifier for [authorization](https://docs.solace.com/Security/Client-Authorization-Overview.htm) when connecting to the [Solace PubSub+ Appliance](https://solace.com/products/event-broker/). The module also provides the option to adjust the assigned ACL profile through defining ACL profile exceptions, and to define additional attributes for client usernames.

The identifier may be one of:
* [Client username](https://docs.solace.com/Security/Configuring-Client-Usernames.htm); or
Expand Down
4 changes: 2 additions & 2 deletions examples/acl-profile-exceptions/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ACL Profile Exceptions Configuration Example

This directory demonstrates the configuration of a client username with [ACL profile exceptions](https://docs.solace.com/Security/Managing-Access-Control-Lists.htm) on the PubSub+ event broker, leveraging the Client Terraform module.
This directory demonstrates the configuration of a client username with [ACL profile exceptions](https://docs.solace.com/Security/Managing-Access-Control-Lists.htm) on the PubSub+ appliance, leveraging the Client Terraform module.

One set of use cases is if the assigned ACL profile is restrictive (the default value is "disallow") and individual permissions are added as exceptions. Other cases need individual exceptions to a permissive profile. Both serve the configuration of specific requirements of the client being provisioned.

Expand Down Expand Up @@ -46,7 +46,7 @@ This example will create the following resources:

## Running the Example

### Access to a PubSub+ Event Broker
### Access to a PubSub+ Appliance

If you don't already have access to a broker, see the [Developers page](https://www.solace.dev/) for options to get started.

Expand Down
4 changes: 2 additions & 2 deletions examples/authorization-group/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Authorization Group Configuration Example

Configuration in this directory creates an authorization group on the PubSub+ event broker, leveraging the Client Terraform module. The authorization group can be used for [OAuth](https://docs.solace.com/Security/Client-Authorization-Overview.htm#Authoriz2) or [LDAP](https://docs.solace.com/Security/Client-Authorization-Overview.htm#LDAP-Groups) authorization.
Configuration in this directory creates an authorization group on the PubSub+ appliance, leveraging the Client Terraform module. The authorization group can be used for [OAuth](https://docs.solace.com/Security/Client-Authorization-Overview.htm#Authoriz2) or [LDAP](https://docs.solace.com/Security/Client-Authorization-Overview.htm#LDAP-Groups) authorization.

## Module Configuration in the Example

Expand Down Expand Up @@ -30,7 +30,7 @@ This example will create the following resources:

## Running the Example

### Access to a PubSub+ Event Broker
### Access to a PubSub+ Appliance

If you don't already have access to a broker, see the [Developers page](https://www.solace.dev/) for options to get started.

Expand Down
4 changes: 2 additions & 2 deletions examples/basic-client-username/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Client Username Configuration Example

Configuration in this directory creates a [client username](https://docs.solace.com/Admin/Broker-Manager/broker-manager-create-client-username.htm) on the PubSub+ event broker, leveraging the Client Terraform module.
Configuration in this directory creates a [client username](https://docs.solace.com/Admin/Broker-Manager/broker-manager-create-client-username.htm) on the PubSub+ appliance, leveraging the Client Terraform module.

The example shows how to set the sensitive `password` variable with a `.tfvars` file, as described in the [Protect sensitive input variables](https://developer.hashicorp.com/terraform/tutorials/configuration-language/sensitive-variables#set-values-with-a-tfvars-file) Terraform tutorial.

Expand Down Expand Up @@ -34,7 +34,7 @@ This example will create the following resources:

## Running the Example

### Access to a PubSub+ Event Broker
### Access to a PubSub+ Appliance

If you don't already have access to a broker, see the [Developers page](https://www.solace.dev/) for options to get started.

Expand Down
4 changes: 2 additions & 2 deletions examples/client-username-attributes/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Client Username Attributes Configuration Example

This directory demonstrates the configuration of a client username with additional [client username attributes](https://docs.solace.com/Security/Configuring-Client-Usernames.htm?Highlight=client%20username%20attributes#Setting) on the PubSub+ event broker, leveraging the Client Terraform module.
This directory demonstrates the configuration of a client username with additional [client username attributes](https://docs.solace.com/Security/Configuring-Client-Usernames.htm?Highlight=client%20username%20attributes#Setting) on the PubSub+ appliance, leveraging the Client Terraform module.

## Module Configuration in the Example

Expand Down Expand Up @@ -33,7 +33,7 @@ This example will create the following resources:

## Running the Example

### Access to a PubSub+ Event Broker
### Access to a PubSub+ Appliance

If you don't already have access to a broker, see the [Developers page](https://www.solace.dev/) for options to get started.

Expand Down

0 comments on commit 2894ae3

Please sign in to comment.