Home
last modified time | relevance | path

Searched refs:keyservice (Results 1 – 25 of 26) sorted by relevance

12

/dports/sysutils/helmfile/helmfile-0.138.7/vendor/go.mozilla.org/sops/v3/
H A Dsops.go590 svcKey := keyservice.KeyFromMasterKey(key)
594 rsp, err := svc.Encrypt(context.Background(), &keyservice.EncryptRequest{
618 return m.UpdateMasterKeysWithKeyServices(dataKey, []keyservice.KeyServiceClient{
619 keyservice.NewLocalClient(),
665 func decryptKeyGroup(group KeyGroup, svcs []keyservice.KeyServiceClient) ([]byte, error) {
680 func decryptKey(key keys.MasterKey, svcs []keyservice.KeyServiceClient) ([]byte, error) {
681 svcKey := keyservice.KeyFromMasterKey(key)
692 var rsp *keyservice.DecryptResponse
695 &keyservice.DecryptRequest{
714 return m.GetDataKeyWithKeyServices([]keyservice.KeyServiceClient{
[all …]
H A DMakefile35 generate: keyservice/keyservice.pb.go
H A DCHANGELOG.rst220 gpg-agent. See `sops keyservice --help` and the documentation in README.
H A DREADME.rst833 You can start a key service server by running ``sops keyservice``.
835 You can specify the key services the ``sops`` binary uses with ``--keyservice``.
838 ``enable-local-keyservice=false``.
845 $ sops --keyservice unix:///tmp/sops.sock -d file.yaml`
852 $ sops --enable-local-keyservice=false --keyservice unix:///tmp/sops.sock -d file.yaml
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/go.mozilla.org/sops/v3/cmd/sops/subcommand/keyservice/
H A Dkeyservice.go1 package keyservice package
37 keyservice.RegisterKeyServiceServer(grpcServer, keyservice.Server{
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/sops/plugins/filter/
H A Ddecrypt.py21 config_path=None, enable_local_keyservice=None, keyservice=None): argument
49 return keyservice
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/go.mozilla.org/sops/v3/keyservice/
H A Dclient.go1 package keyservice package
H A Dkeyservice.go5 package keyservice package
H A Dserver_test.go1 package keyservice package
H A Dserver.go1 package keyservice package
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/go.mozilla.org/sops/v3/cmd/sops/subcommand/groups/
H A Dadd.go19 KeyServices []keyservice.KeyServiceClient
H A Ddelete.go21 KeyServices []keyservice.KeyServiceClient
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/go.mozilla.org/sops/v3/cmd/sops/
H A Dset.go20 KeyServices []keyservice.KeyServiceClient
H A Ddecrypt.go19 KeyServices []keyservice.KeyServiceClient
H A Drotate.go22 KeyServices []keyservice.KeyServiceClient
H A Dencrypt.go22 KeyServices []keyservice.KeyServiceClient
H A Dmain.go950 func keyservices(c *cli.Context) (svcs []keyservice.KeyServiceClient) {
952 svcs = append(svcs, keyservice.NewLocalClient())
980 svcs = append(svcs, keyservice.NewKeyServiceClient(conn))
H A Dedit.go32 KeyServices []keyservice.KeyServiceClient
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/go.mozilla.org/sops/v3/cmd/sops/subcommand/updatekeys/
H A Dupdatekeys.go19 KeyServices []keyservice.KeyServiceClient
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/go.mozilla.org/sops/v3/cmd/sops/common/
H A Dcommon.go74 KeyServices []keyservice.KeyServiceClient
226 KeyServices []keyservice.KeyServiceClient
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/go.mozilla.org/sops/v3/cmd/sops/subcommand/publish/
H A Dpublish.go34 KeyServices []keyservice.KeyServiceClient
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/sops/
H A DCHANGELOG.rst110 …tions with new options ``config_path``, ``enable_local_keyservice``, ``keyservice``. Also allow to…
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/sops/changelogs/
H A Dchangelog.yaml48 ``config_path``, ``enable_local_keyservice``, ``keyservice``. Also allow to
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/sops/tests/integration/targets/filter_decrypt/tasks/
H A Dmain.yml123 …munity.sops.decrypt(sops_binary=role_path ~ '/files/fake-sops-rep.sh', keyservice=['a', 'b'], aws_…
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/sops/tests/integration/targets/lookup_sops/tasks/
H A Dmain.yml124 …'simple.sops.yaml', sops_binary=role_path ~ '/files/fake-sops-rep.sh', keyservice=['a', 'b'], aws_…

12