Skip to content

Commit

Permalink
client auth doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bczoma committed Mar 21, 2024
1 parent 8ef1cb3 commit c794d6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions examples/client-certificate-authentication/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ The module default for the `enabled` variable is true, which enables the message

### Output

The module `created_vpn` and `created_oauth_profile` outputs refer to the created message VPN and the OAuth profile. The claims outputs provide the list of the created required claims.
The module `created_vpn` and `created_cert_matching_rule` outputs refer to the created message VPN and the certificate matching rule. There are also outputs for the list of conditions and attribute filters.

## Created resources

This example will create following resources:

* `solacebroker_msg_vpn`
* `solacebroker_msg_vpn_authentication_oauth_profile`
* `solacebroker_msg_vpn_authentication_oauth_profile_client_required_claim`
* `solacebroker_msg_vpn_authentication_oauth_profile_resource_server_required_claim`
* `solacebroker_msg_vpn_cert_matching_rule`
* `solacebroker_msg_vpn_cert_matching_rule_condition`
* `solacebroker_msg_vpn_cert_matching_rule_attribute_filter`

## Running the Example

Expand Down
2 changes: 1 addition & 1 deletion examples/client-certificate-authentication/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module "testvpn" {
// example certificate matching rule
cert_matching_rule_name = "testvpnCertMatchingRule"

// not required if certificate matching rule is used
// not required if certificate matching rule is configured
// authentication_client_cert_certificate_matching_rules_enabled = true

cert_matching_rule_conditions = [
Expand Down

0 comments on commit c794d6f

Please sign in to comment.