Skip to content

Commit

Permalink
chore(docs): clarify that storage policies must be attached in order …
Browse files Browse the repository at this point in the history
…to take effect (#5191)
  • Loading branch information
irenarindos authored Oct 21, 2024
1 parent 50db63b commit a862dc1
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ description: |-
A resource known as a storage policy is used to codify how long [session recordings][] must be kept and when they should be deleted.
A storage policy's name is optional, but it must be unique if you define one.
Storage policies can only be assigned to the global [scope][] or an org scope.
You must [attach][] storage policies to a scope (global or a specific org) to take effect.

A storage policy exists in either the global scope or an org scope.
Storage policies that are created in the global scope can be associated with any org scope.
Expand Down Expand Up @@ -55,5 +56,6 @@ The following services are relevant to this resource:
- [Scope Service](/boundary/api-docs/scope-service)
- [Policy Service](/boundary/api-docs/policy-service)

[attach]: /boundary/docs/configuration/session-recording/configure-storage-policy#attach-storage-policies-to-a-scope
[session recordings]: /boundary/docs/concepts/domain-model/session-recordings
[scope]: /boundary/docs/concepts/domain-model/scopes
[scope]: /boundary/docs/concepts/domain-model/scopes

0 comments on commit a862dc1

Please sign in to comment.