Skip to content

Commit

Permalink
rename to specify entity
Browse files Browse the repository at this point in the history
  • Loading branch information
suprjinx committed Nov 16, 2024
1 parent 5fc3440 commit cb53b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/clients/vault/policy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def verify_policy(identity, producer_policy_name, consumer_groups = nil, consume
raise AuthError.new("Policy has not been granted to the identity")
end

def remove_identity_policy(identity, policy_name)
def remove_entity_policy(identity, policy_name)
sub = identity.sub
Domain.with_advisory_lock(sub) do
policies, _ = get_entity_data(sub)
Expand Down

0 comments on commit cb53b8e

Please sign in to comment.