Skip to content
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

Remove activity log from OpenBao #194

Merged
merged 1 commit into from
Mar 12, 2024

Conversation

cipherboy
Copy link
Member

@cipherboy cipherboy commented Mar 10, 2024

The activity log subsystem was an upstream specific mechanism to handle
counting of "clients" (for some definition there-of, mostly focused
around combining the concept of an entity with some equivalence relation
for non-entity tokens to reduce the total number), for the express
purpose of billing customers. This code was thus in OSS so that, on
purchasing an Enterprise license, an idea of pricing could be
established.

As we don't have Vault Enterprise, removing this code is likely best as
it allows us to avoid having to maintain it going forward and avoids any
incompatibilities with upstream if they were to change the definitions.

See also: https://developer.hashicorp.com/vault/docs/concepts/client-count/counting
See also: https://developer.hashicorp.com/vault/api-docs/system/internal-counters

Signed-off-by: Alexander Scheel <alexander.m.scheel@gmail.com>


This will be rebased once #193 is merged.

The activity log subsystem was an upstream specific mechanism to handle
counting of "clients" (for some definition there-of, mostly focused
around combining the concept of an entity with some equivalence relation
for non-entity tokens to reduce the total number), for the express
purpose of billing customers. This code was thus in OSS so that, on
purchasing an Enterprise license, an idea of pricing could be
established.

As we don't have Vault Enterprise, removing this code is likely best as
it allows us to avoid having to maintain it going forward and avoids any
incompatibilities with upstream if they were to change the definitions.

See also: https://developer.hashicorp.com/vault/docs/concepts/client-count/counting
See also: https://developer.hashicorp.com/vault/api-docs/system/internal-counters

Signed-off-by: Alexander Scheel <alexander.m.scheel@gmail.com>
@cipherboy cipherboy marked this pull request as ready for review March 12, 2024 13:45
@naphelps naphelps self-requested a review March 12, 2024 13:47
@naphelps naphelps merged commit 5fa3d9a into openbao:main Mar 12, 2024
72 of 91 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants