You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/v1alpha1/authenginemount_types.go
+14-6Lines changed: 14 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,18 @@ type AuthEngineMountSpec struct {
46
46
// The authentication role must have the following capabilities = [ "create", "read", "update", "delete"] on that path /sys/auth/{[spec.authentication.namespace]}/{spec.path}/{metadata.name}.
47
47
// +kubebuilder:validation:Required
48
48
Path vaultutils.Path`json:"path,omitempty"`
49
+
50
+
// The name of the obejct created in Vault. If this is specified it takes precedence over {metatada.name}
Copy file name to clipboardExpand all lines: api/v1alpha1/githubsecretenginerole_types.go
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,11 @@ type GitHubSecretEngineRoleSpec struct {
51
51
// When crafting Vault policy, hyper security sensitive organisations may wish to favour repository_ids (GitHub repository IDs are immutable) instead of repositories (GitHub repository names are mutable).
52
52
// +kubebuilder:validation:Optional
53
53
PermissionSet`json:",inline"`
54
+
55
+
// The name of the obejct created in Vault. If this is specified it takes precedence over {metatada.name}
Copy file name to clipboardExpand all lines: api/v1alpha1/kubernetesauthengineconfig_types.go
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -52,13 +52,21 @@ type KubernetesAuthEngineConfigSpec struct {
52
52
// TokenReviewerServiceAccount A service account JWT used to access the TokenReview API to validate other JWTs during login. If not set, the JWT submitted in the login payload will be used to access the Kubernetes TokenReview API.
0 commit comments