Giter VIP home page Giter VIP logo

Comments (4)

renner avatar renner commented on August 11, 2024

@cinterloper: I haven't seen those warnings yet, what exactly would I do to reproduce this?

from salt-netapi-client.

cinterloper avatar cinterloper commented on August 11, 2024

This occurs for me when i execute this piece of code
https://github.com/cinterloper/vertx-salt/blob/master/src/main/resources/saltConnection.groovy

thats an example that should connect to salt-api on localhost:8000 plaintext.

the salt master i have configured with the following stanza:

rest_cherrypy:
  port: 8000
  debug: True
  disable_ssl: True
  expire_responses: False

to build that project (vertx-salt)
./gradlew clean shadoJar
to run
java -jar build/libs/vertx-salt-3.3.0-5-fat.jar

from salt-netapi-client.

cinterloper avatar cinterloper commented on August 11, 2024

fwiw, this is the full salt-master config

rest_cherrypy:
  # can be any port
  port: 8000
  debug: True
  disable_ssl: True
  #ssl_crt: /etc/pki/tls/certs/localhost.crt
  #ssl_key: /etc/pki/tls/certs/localhost.key
  expire_responses: False

file_recv: True

ext_pillar:
  - file_tree:
      root_dir: /srv/pillar/tree
      follow_dir_links: False
      raw_data: False

file_roots:
  base:
    - /srv/salt

client_acl:
  user:
    - test.ping

external_auth:
  pam:
    user:
      - .*
      - '@runner'
      - '@wheel'
      - '@jobs'

log_level: debug

include: cloud.providers.d/*
include: cloud.profiles.d/*

from salt-netapi-client.

renner avatar renner commented on August 11, 2024

According to @adohren this should be fixed with 3bd1213.

from salt-netapi-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.