-
Notifications
You must be signed in to change notification settings - Fork 11
BED-7559: API key expiration #251
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
Merged
Merged
Changes from 16 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
d3076d9
wip: initial draft of API key expiration updates
jeff-matthews e6f3841
wip: api key expiration fro client collectors too
jeff-matthews 0c4c59b
wip: shared snippet for api key expiration note
jeff-matthews 3af99d4
wip: rewrite old sections and normalize token terminology
jeff-matthews a4c36be
wip: refine new expiration page
jeff-matthews e2c2f5f
wip: add placeholders for other procedures
jeff-matthews 11005fd
wip: add key rotation procedures
jeff-matthews c965853
wip: remove unnecessary reference
jeff-matthews 69886d7
wip: add reference to api key expiration
jeff-matthews efd3258
chore: copyedit for consistency
jeff-matthews 9a578d2
docs: apply suggestions from CR review
jeff-matthews 6dbb8f9
wip: apply suggestions from PM review (partial)
jeff-matthews b9c7445
wip: add availability note
jeff-matthews b4dc2fa
wip: clarify rotation period changes
jeff-matthews d979afb
chore: remove placeholder
jeff-matthews b4cf05f
chore: update default rotation period
jeff-matthews cc8f8d3
chore: update screenshot
jeff-matthews 5d89ea8
Merge branch 'release/v9.0.0' into BED-7559-api-key-exp
jeff-matthews File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -124,6 +124,17 @@ All passwords configured locally expire every 90 days. | |
| * At least one number | ||
| * At least one symbol (One of: !@#$%^&*) | ||
|
|
||
| #### API Key Expiration | ||
|
|
||
| Administrators can [configure expiration](/manage-bloodhound/auth/api-key-expiration) for all API keys in BloodHound Enterprise. This setting helps reduce long-lived credentials and supports internal compliance requirements. | ||
|
|
||
| * New API keys expire after 365 days by default. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Will put 90 days for now as we can't change the number of days (the change was not deemed important enough) |
||
| * Administrators can configure expiration from 1 to 365 days. | ||
| * Personal and non-personal API keys both follow the configured policy. | ||
| * Collector clients authenticate using API keys, so they are also subject to expiration if this setting is enabled. | ||
| * BloodHound Enterprise does not send API key expiration notifications. | ||
| * API key rotation is manual. Administrators must track expiration dates and create replacement keys before existing keys expire, or integrations and collector workflows may stop working. | ||
|
|
||
|
jeff-matthews marked this conversation as resolved.
|
||
| #### Brute Force Resistance | ||
|
|
||
| Although BloodHound Enterprise does not lock a user out from attempted brute forcing, API calls against the BloodHound Enterprise authentication API are limited to one call per second, making a successful brute force attack impossible before a password rotation occurs. | ||
|
|
||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.