-
Notifications
You must be signed in to change notification settings - Fork 294
docs: Update Boundary licensing information #5999
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
{ | ||
"id": "SJkaNV09xP", | ||
"source": "https://hashicorp.com/boundary/nixos/controller+worker", | ||
"specversion": "1.0", | ||
"type": "error", | ||
"data": { | ||
"error": "error from licensing watcher: invalid license or license is expired", | ||
"error_fields": {}, | ||
"id": "e_33IKa8BqB3", | ||
"version": "v0.1", | ||
"op": "licensing.StartWatching" | ||
}, | ||
"datacontentype": "text/plain", | ||
"time": "2025-08-01T16:54:14.34408533-07:00" | ||
} | ||
==> Boundary dev environment self-terminating | ||
==> Health is enabled, waiting 0s before shutdown | ||
==> Boundary dev environment graceful shutdown triggered, interrupt again to enter shutdown | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
because this is a log message and not a code snippet, I don't think we need to enable the copy button
<CodeBlockConfig hideClipboard>
```plaintext
{
"id": "SJkaNV09xP",
"source": "https://hashicorp.com/boundary/nixos/controller+worker",
"specversion": "1.0",
"type": "error",
"data": {
"error": "error from licensing watcher: invalid license or license is expired",
"error_fields": {},
"id": "e_33IKa8BqB3",
"version": "v0.1",
"op": "licensing.StartWatching"
},
"datacontentype": "text/plain",
"time": "2025-08-01T16:54:14.34408533-07:00"
}
==> Boundary dev environment self-terminating
==> Health is enabled, waiting 0s before shutdown
==> Boundary dev environment graceful shutdown triggered, interrupt again to enter shutdown
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! Updated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks great!
Ongoing sessions continue to run, but you will not be able to create any new sessions. | ||
|
||
Prior to the expiration date, Boundary logs 5 warnings to the event stream at the following intervals: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you able to provide an example of what that log looks like? That would be helpful for users to configure alerting on this, just in case.
Description
Per SPE-1197, a customer had some questions about what happens when the Boundary Enterprise license expires. These included:
These scenarios were documented in the Vault docs, and the customer expected to find the information in the Boundary docs too.
This PR updates the Boundary Enterprise licensing documentation with more information about what happens in the scenarios listed above.
View the preview deployment
PCI review checklist
Examples of changes to security controls include using new access control methods, adding or removing logging pipelines, etc.