Home
last modified time | relevance | path

Searched refs:agentConf (Results 1 – 25 of 36) sorted by relevance

12

/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/serf/cmd/serf/command/agent/
H A Dagent.go26 agentConf *Config member
57 conf.MemberlistConfig.EnableCompression = agentConf.EnableCompression
67 agentConf: agentConf,
75 if agentConf.TagsFile != "" {
76 if err := agent.loadTagsFile(agentConf.TagsFile); err != nil {
82 if agentConf.KeyringFile != "" {
83 if err := agent.loadKeyringFile(agentConf.KeyringFile); err != nil {
306 if a.agentConf.TagsFile != "" {
321 if len(a.agentConf.Tags) > 0 {
384 if len(a.agentConf.EncryptKey) > 0 {
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/serf/cmd/serf/command/agent/
H A Dagent.go26 agentConf *Config member
57 conf.MemberlistConfig.EnableCompression = agentConf.EnableCompression
67 agentConf: agentConf,
75 if agentConf.TagsFile != "" {
76 if err := agent.loadTagsFile(agentConf.TagsFile); err != nil {
82 if agentConf.KeyringFile != "" {
83 if err := agent.loadKeyringFile(agentConf.KeyringFile); err != nil {
306 if a.agentConf.TagsFile != "" {
321 if len(a.agentConf.Tags) > 0 {
384 if len(a.agentConf.EncryptKey) > 0 {
[all …]
H A Drpc_client_test.go19 agentConf := DefaultConfig()
22 return testRPCClientWithConfig(t, agentConf, serfConf)
27 func testRPCClientWithConfig(t *testing.T, agentConf *Config,
38 agent := testAgentWithConfig(agentConf, serfConf, mult)
930 agentConf := DefaultConfig()
934 client, a1, ipc := testRPCClientWithConfig(t, agentConf, serfConf)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/serf/cmd/serf/command/agent/
H A Dagent.go26 agentConf *Config member
57 conf.MemberlistConfig.EnableCompression = agentConf.EnableCompression
67 agentConf: agentConf,
75 if agentConf.TagsFile != "" {
76 if err := agent.loadTagsFile(agentConf.TagsFile); err != nil {
82 if agentConf.KeyringFile != "" {
83 if err := agent.loadKeyringFile(agentConf.KeyringFile); err != nil {
306 if a.agentConf.TagsFile != "" {
321 if len(a.agentConf.Tags) > 0 {
384 if len(a.agentConf.EncryptKey) > 0 {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/serf/cmd/serf/command/agent/
H A Dagent.go26 agentConf *Config member
57 conf.MemberlistConfig.EnableCompression = agentConf.EnableCompression
67 agentConf: agentConf,
75 if agentConf.TagsFile != "" {
76 if err := agent.loadTagsFile(agentConf.TagsFile); err != nil {
82 if agentConf.KeyringFile != "" {
83 if err := agent.loadKeyringFile(agentConf.KeyringFile); err != nil {
306 if a.agentConf.TagsFile != "" {
321 if len(a.agentConf.Tags) > 0 {
384 if len(a.agentConf.EncryptKey) > 0 {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/serf/cmd/serf/command/agent/
H A Dagent.go26 agentConf *Config member
57 conf.MemberlistConfig.EnableCompression = agentConf.EnableCompression
67 agentConf: agentConf,
75 if agentConf.TagsFile != "" {
76 if err := agent.loadTagsFile(agentConf.TagsFile); err != nil {
82 if agentConf.KeyringFile != "" {
83 if err := agent.loadKeyringFile(agentConf.KeyringFile); err != nil {
306 if a.agentConf.TagsFile != "" {
321 if len(a.agentConf.Tags) > 0 {
384 if len(a.agentConf.EncryptKey) > 0 {
[all …]
H A Drpc_client_test.go19 agentConf := DefaultConfig()
22 return testRPCClientWithConfig(t, agentConf, serfConf)
27 func testRPCClientWithConfig(t *testing.T, agentConf *Config,
38 agent := testAgentWithConfig(agentConf, serfConf, mult)
930 agentConf := DefaultConfig()
934 client, a1, ipc := testRPCClientWithConfig(t, agentConf, serfConf)
/dports/sysutils/serf/serf-0.8.5/cmd/serf/command/agent/
H A Dagent.go26 agentConf *Config member
57 conf.MemberlistConfig.EnableCompression = agentConf.EnableCompression
67 agentConf: agentConf,
75 if agentConf.TagsFile != "" {
76 if err := agent.loadTagsFile(agentConf.TagsFile); err != nil {
82 if agentConf.KeyringFile != "" {
83 if err := agent.loadKeyringFile(agentConf.KeyringFile); err != nil {
306 if a.agentConf.TagsFile != "" {
321 if len(a.agentConf.Tags) > 0 {
384 if len(a.agentConf.EncryptKey) > 0 {
[all …]
H A Drpc_client_test.go19 agentConf := DefaultConfig()
22 return testRPCClientWithConfig(t, agentConf, serfConf)
27 func testRPCClientWithConfig(t *testing.T, agentConf *Config,
38 agent := testAgentWithConfig(agentConf, serfConf, mult)
930 agentConf := DefaultConfig()
934 client, a1, ipc := testRPCClientWithConfig(t, agentConf, serfConf)
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/serf/serf-0.7.0/command/agent/
H A Dagent.go25 agentConf *Config member
65 agentConf: agentConf,
73 if agentConf.TagsFile != "" {
74 if err := agent.loadTagsFile(agentConf.TagsFile); err != nil {
80 if agentConf.KeyringFile != "" {
81 if err := agent.loadKeyringFile(agentConf.KeyringFile); err != nil {
293 if a.agentConf.TagsFile != "" {
308 if len(a.agentConf.Tags) > 0 {
336 if err = ioutil.WriteFile(a.agentConf.TagsFile, encoded, 0600); err != nil {
371 if len(a.agentConf.EncryptKey) > 0 {
[all …]
H A Drpc_client_test.go18 agentConf := DefaultConfig()
21 return testRPCClientWithConfig(t, agentConf, serfConf)
26 func testRPCClientWithConfig(t *testing.T, agentConf *Config,
37 agent := testAgentWithConfig(agentConf, serfConf, mult)
876 agentConf := DefaultConfig()
880 client, a1, ipc := testRPCClientWithConfig(t, agentConf, serfConf)
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/serf/command/agent/
H A Dagent.go25 agentConf *Config member
65 agentConf: agentConf,
73 if agentConf.TagsFile != "" {
74 if err := agent.loadTagsFile(agentConf.TagsFile); err != nil {
80 if agentConf.KeyringFile != "" {
81 if err := agent.loadKeyringFile(agentConf.KeyringFile); err != nil {
293 if a.agentConf.TagsFile != "" {
308 if len(a.agentConf.Tags) > 0 {
336 if err = ioutil.WriteFile(a.agentConf.TagsFile, encoded, 0600); err != nil {
371 if len(a.agentConf.EncryptKey) > 0 {
[all …]
H A Drpc_client_test.go18 agentConf := DefaultConfig()
21 return testRPCClientWithConfig(t, agentConf, serfConf)
26 func testRPCClientWithConfig(t *testing.T, agentConf *Config,
37 agent := testAgentWithConfig(agentConf, serfConf, mult)
876 agentConf := DefaultConfig()
880 client, a1, ipc := testRPCClientWithConfig(t, agentConf, serfConf)
/dports/security/py-gpgme/gpgme-1.15.1/lang/qt/tests/
H A Dt-encrypt.cpp294 QFile agentConf(tmp.path() + QStringLiteral("/gpg-agent.conf")); in testMixedEncryptDecrypt() local
295 QVERIFY(agentConf.open(QIODevice::WriteOnly)); in testMixedEncryptDecrypt()
296 agentConf.write("allow-loopback-pinentry"); in testMixedEncryptDecrypt()
297 agentConf.close(); in testMixedEncryptDecrypt()
323 QFile agentConf(mDir.path() + QStringLiteral("/gpg-agent.conf")); in initTestCase() local
324 QVERIFY(agentConf.open(QIODevice::WriteOnly)); in initTestCase()
325 agentConf.write("allow-loopback-pinentry"); in initTestCase()
326 agentConf.close(); in initTestCase()
H A Dt-wkspublish.cpp272 QFile agentConf(mDir.path() + QStringLiteral("/gpg-agent.conf")); in initTestCase() local
273 QVERIFY(agentConf.open(QIODevice::WriteOnly)); in initTestCase()
274 agentConf.write("allow-loopback-pinentry"); in initTestCase()
275 agentConf.close(); in initTestCase()
H A Dt-tofuinfo.cpp520 QFile agentConf(mDir.path() + QStringLiteral("/gpg-agent.conf")); in initTestCase() local
521 QVERIFY(agentConf.open(QIODevice::WriteOnly)); in initTestCase()
522 agentConf.write("allow-loopback-pinentry"); in initTestCase()
523 agentConf.close(); in initTestCase()
/dports/security/gpgme/gpgme-1.15.1/lang/qt/tests/
H A Dt-encrypt.cpp294 QFile agentConf(tmp.path() + QStringLiteral("/gpg-agent.conf")); in testMixedEncryptDecrypt() local
295 QVERIFY(agentConf.open(QIODevice::WriteOnly)); in testMixedEncryptDecrypt()
296 agentConf.write("allow-loopback-pinentry"); in testMixedEncryptDecrypt()
297 agentConf.close(); in testMixedEncryptDecrypt()
323 QFile agentConf(mDir.path() + QStringLiteral("/gpg-agent.conf")); in initTestCase() local
324 QVERIFY(agentConf.open(QIODevice::WriteOnly)); in initTestCase()
325 agentConf.write("allow-loopback-pinentry"); in initTestCase()
326 agentConf.close(); in initTestCase()
H A Dt-wkspublish.cpp272 QFile agentConf(mDir.path() + QStringLiteral("/gpg-agent.conf")); in initTestCase() local
273 QVERIFY(agentConf.open(QIODevice::WriteOnly)); in initTestCase()
274 agentConf.write("allow-loopback-pinentry"); in initTestCase()
275 agentConf.close(); in initTestCase()
H A Dt-tofuinfo.cpp520 QFile agentConf(mDir.path() + QStringLiteral("/gpg-agent.conf")); in initTestCase() local
521 QVERIFY(agentConf.open(QIODevice::WriteOnly)); in initTestCase()
522 agentConf.write("allow-loopback-pinentry"); in initTestCase()
523 agentConf.close(); in initTestCase()
/dports/security/gpgme-cpp/gpgme-1.15.1/lang/qt/tests/
H A Dt-encrypt.cpp294 QFile agentConf(tmp.path() + QStringLiteral("/gpg-agent.conf")); in testMixedEncryptDecrypt() local
295 QVERIFY(agentConf.open(QIODevice::WriteOnly)); in testMixedEncryptDecrypt()
296 agentConf.write("allow-loopback-pinentry"); in testMixedEncryptDecrypt()
297 agentConf.close(); in testMixedEncryptDecrypt()
323 QFile agentConf(mDir.path() + QStringLiteral("/gpg-agent.conf")); in initTestCase() local
324 QVERIFY(agentConf.open(QIODevice::WriteOnly)); in initTestCase()
325 agentConf.write("allow-loopback-pinentry"); in initTestCase()
326 agentConf.close(); in initTestCase()
H A Dt-wkspublish.cpp272 QFile agentConf(mDir.path() + QStringLiteral("/gpg-agent.conf")); in initTestCase() local
273 QVERIFY(agentConf.open(QIODevice::WriteOnly)); in initTestCase()
274 agentConf.write("allow-loopback-pinentry"); in initTestCase()
275 agentConf.close(); in initTestCase()
H A Dt-tofuinfo.cpp520 QFile agentConf(mDir.path() + QStringLiteral("/gpg-agent.conf")); in initTestCase() local
521 QVERIFY(agentConf.open(QIODevice::WriteOnly)); in initTestCase()
522 agentConf.write("allow-loopback-pinentry"); in initTestCase()
523 agentConf.close(); in initTestCase()
/dports/security/gpgme-qt5/gpgme-1.15.1/lang/qt/tests/
H A Dt-encrypt.cpp294 QFile agentConf(tmp.path() + QStringLiteral("/gpg-agent.conf")); in testMixedEncryptDecrypt() local
295 QVERIFY(agentConf.open(QIODevice::WriteOnly)); in testMixedEncryptDecrypt()
296 agentConf.write("allow-loopback-pinentry"); in testMixedEncryptDecrypt()
297 agentConf.close(); in testMixedEncryptDecrypt()
323 QFile agentConf(mDir.path() + QStringLiteral("/gpg-agent.conf")); in initTestCase() local
324 QVERIFY(agentConf.open(QIODevice::WriteOnly)); in initTestCase()
325 agentConf.write("allow-loopback-pinentry"); in initTestCase()
326 agentConf.close(); in initTestCase()
H A Dt-wkspublish.cpp272 QFile agentConf(mDir.path() + QStringLiteral("/gpg-agent.conf")); in initTestCase() local
273 QVERIFY(agentConf.open(QIODevice::WriteOnly)); in initTestCase()
274 agentConf.write("allow-loopback-pinentry"); in initTestCase()
275 agentConf.close(); in initTestCase()
H A Dt-tofuinfo.cpp520 QFile agentConf(mDir.path() + QStringLiteral("/gpg-agent.conf")); in initTestCase() local
521 QVERIFY(agentConf.open(QIODevice::WriteOnly)); in initTestCase()
522 agentConf.write("allow-loopback-pinentry"); in initTestCase()
523 agentConf.close(); in initTestCase()

12