Documentation
¶
Overview ¶
Copyright The KubeVault Authors.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright The KubeVault Authors.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnsurePolicyAndPolicyBinding ¶
func EnsurePolicyAndPolicyBinding(vc *vaultapi.Client, config *PolicyManagerOptions) error
EnsurePolicyAndPolicyBinding will ensure policy and kubernetes role Name of the policy will be 'config.Name' Name of the kubernetes role will be 'config.Name'
Types ¶
type PolicyManagerOptions ¶
type PolicyManagerOptions struct { Name string ServiceAccountName string ServiceAccountNamespace string }
func NewPolicyOptions ¶
func NewPolicyOptions() *PolicyManagerOptions
func (*PolicyManagerOptions) AddFlags ¶
func (o *PolicyManagerOptions) AddFlags(fs *pflag.FlagSet)
func (*PolicyManagerOptions) Apply ¶
func (o *PolicyManagerOptions) Apply() error
func (*PolicyManagerOptions) Validate ¶
func (o *PolicyManagerOptions) Validate() []error