- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 789 for role (0.15 sec)
-
src/main/resources/fess_indices/fess_user.role/role.bulk
Plain Text - Registered: 2023-12-04 08:04 - Last Modified: 2021-12-02 13:14 - 144 bytes - Viewed (0) -
manifests/charts/istio-control/istio-discovery/templates/role.yaml
apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: name: istiod{{- if not (eq .Values.revision "")}}-{{ .Values.revision }}{{- end }} namespace: {{ .Values.global.istioNamespace }} labels: app: istiod release: {{ .Release.Name }} rules: # permissions to verify the webhook is ready and rejecting # invalid config. We use --server-dry-run so no config is persisted. - apiGroups: ["networking.istio.io"] verbs: ["create"]
Others - Registered: 2023-11-29 22:53 - Last Modified: 2023-05-04 16:21 - 971 bytes - Viewed (0) -
manifests/charts/gateway/templates/role.yaml
{{/*Set up roles for Istio Gateway. Not required for gateway-api*/}} {{- if .Values.rbac.enabled }} apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: name: {{ include "gateway.serviceAccountName" . }} namespace: {{ .Release.Namespace }} labels: {{- include "gateway.labels" . | nindent 4}} annotations: {{- .Values.annotations | toYaml | nindent 4 }} rules: - apiGroups: [""] resources: ["secrets"]
Others - Registered: 2023-11-29 22:53 - Last Modified: 2023-02-21 16:58 - 963 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/user/exentity/Role.java
*/ package org.codelibs.fess.es.user.exentity; import java.util.HashMap; import java.util.Map; import org.codelibs.fess.es.user.bsentity.BsRole; /** * @author FreeGen */ public class Role extends BsRole { private static final long serialVersionUID = 1L; private Map<String, String> attributes; public Long getVersionNo() { return asDocMeta().version(); }
Java - Registered: 2023-12-04 08:04 - Last Modified: 2023-01-04 12:40 - 1.8K bytes - Viewed (0) -
manifests/charts/gateways/istio-egress/templates/role.yaml
{{ $gateway := index .Values "gateways" "istio-egressgateway" }} apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: name: {{ $gateway.name }}-sds namespace: {{ .Release.Namespace }} labels: release: {{ .Release.Name }} istio.io/rev: {{ .Values.revision | default "default" }} install.operator.istio.io/owning-resource: {{ .Values.ownerName | default "unknown" }} operator.istio.io/component: "EgressGateways" rules:
Others - Registered: 2023-11-29 22:53 - Last Modified: 2021-03-05 21:15 - 530 bytes - Viewed (0) -
manifests/charts/istiod-remote/templates/role.yaml
{{- if .Values.global.configCluster }} apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: name: istiod{{- if not (eq .Values.revision "")}}-{{ .Values.revision }}{{- end }} namespace: {{ .Values.global.istioNamespace }} labels: app: istiod release: {{ .Release.Name }} rules: # permissions to verify the webhook is ready and rejecting # invalid config. We use --server-dry-run so no config is persisted.
Others - Registered: 2023-11-29 22:53 - Last Modified: 2023-05-04 16:21 - 1021 bytes - Viewed (0) -
manifests/charts/gateways/istio-ingress/templates/role.yaml
{{ $gateway := index .Values "gateways" "istio-ingressgateway" }} apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: name: {{ $gateway.name }}-sds namespace: {{ .Release.Namespace }} labels: release: {{ .Release.Name }} istio.io/rev: {{ .Values.revision | default "default" }} install.operator.istio.io/owning-resource: {{ .Values.ownerName | default "unknown" }} operator.istio.io/component: "IngressGateways" rules:
Others - Registered: 2023-11-29 22:53 - Last Modified: 2021-03-05 21:15 - 532 bytes - Viewed (0) -
src/main/resources/fess_indices/fess_user.role/role.json
Shinsuke Sugaya <******@****.***> 1638450896 +0900
Json - Registered: 2023-12-04 08:04 - Last Modified: 2021-12-02 13:14 - 80 bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/role/admin_role.jsp
Others - Registered: 2023-12-04 08:04 - Last Modified: 2020-02-13 07:47 - 4.5K bytes - Viewed (0) -
docs/sts/assume-role.md
``` > NOTE: In the following commands `--role-arn` and `--role-session-name` are not meaningful for MinIO and can be set to any value satisfying the command line requirements. ``` $ aws --profile foobar --endpoint-url http://localhost:9000 sts assume-role --policy '{"Version":"2012-10-17","Statement":[{"Sid":"Stmt1","Effect":"Allow","Action":"s3:*","Resource":"arn:aws:s3:::*"}]}' --role-arn arn:xxx:xxx:xxx:xxxx --role-session-name anything {
Plain Text - Registered: 2023-12-03 19:28 - Last Modified: 2022-09-29 04:28 - 7.1K bytes - Viewed (0)