Skip to content

Commit

Permalink
fix: resolve lingering note formatting (#938)
Browse files Browse the repository at this point in the history
## Description

The old note format was used in a couple places and required updating.

## Related Issue

N/A

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [X] Other (security config, docs update, etc)

## Checklist before merging

- [X] Test, docs, adr added or updated as needed
- [ ] [Contributor
Guide](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)
followed

Co-authored-by: Chance <139784371+UnicornChance@users.noreply.github.com>
  • Loading branch information
pauldipietro and UnicornChance authored Oct 21, 2024
1 parent 0011852 commit 455a530
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/reference/configuration/pepr-policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ If a resource is exempted, it will be annotated as `uds-core.pepr.dev/uds-core-p

### Pepr Policy Mutations

{{% alert-note %}}
:::note
Mutations can be exempted using the same [Pepr Policy Exemptions](#pepr-policy-exemptions) references as the validations.
{{% /alert-note %}}
:::

| Pepr Mutation🔗 | Mutated Fields | Mutation Logic |
| --------------- | -------------- | -------------- |
Expand Down
9 changes: 5 additions & 4 deletions docs/reference/configuration/uds-operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ The UDS Operator plays a pivotal role in managing the lifecycle of UDS Package C
- At this time `anyOf` allows defining a list of groups, a user must belong to at least one of them.
- Custom client `protocolMapper`'s that will be created alongside the client and added to the client's dedicated scope.
- **Authservice Protection:**
- Authservice authentication provides application agnostic SSO for applications that opt-in.
{{% alert-caution %}}
Warning: **Authservice Protection** and **SSO Group Authentication** are in Alpha and may not be stable. Avoid using in production. Feedback is appreciated to improve reliability.
{{% /alert-caution %}}
- Authservice authentication provides application agnostic SSO for applications that opt-in.

:::caution
Warning: **Authservice Protection** and **SSO Group Authentication** are in Alpha and may not be stable. Avoid using in production. Feedback is appreciated to improve reliability.
:::

### Example UDS Package CR

Expand Down

0 comments on commit 455a530

Please sign in to comment.