{{! Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: BUSL-1.1 ~}}
ACL Policies are written in Hashicorp Configuration Language (
Role Governing Policies (RGPs) are tied to client tokens or identities which is similar to
Here is an example policy that uses RGP to restrict access to the
admin
policy such that a user named "James Thomas" or has the
Team Lead
role can manage the
admin
policy:
Endpoint Governing Policies (EGPs) are tied to particular paths (e.g.
aws/creds/
) instead of tokens. They use
Here is an example policy that fulfills the requirement of an incoming request to be performed during the business hours 7:00am to 6:00pm on work days:
{{/if}}
More information about
{{uppercase @policyType}}
policies can be found