Displaying 3 results from an estimated 3 matches for "allow_ip".
Did you mean:
allow_bit
2012 Oct 02
41
Puppet 3.0: Not authorized to call find on /file_metadata, more issues?
...before I posted here, I attempted to resolve this on my own.
I corrected the change from puppet:///files to puppet:/// in my manifests
*.pp files.
No changes were made to the auth.conf file, and I did note in the ChangeLog
that:
Auth.conf differentiates between names and IPs – There’s a new allow_ip keyword
> in auth.conf if you want to permit IP addresses. (PR991)
But I see no mention of that on the docs page
at http://docs.puppetlabs.com/guides/rest_auth_conf.html.
Our auth.conf is simple, and basically has either "allow $1" or "allow *"
both which appear to st...
2023 Jun 11
0
Minimize sshd log clutter/spam from unauthenticated connections
...ot; tcp dport "$2" accept
> fi
>
> $NFT add element inet firewalld "${SET}_$2" { $1 }
> ~$ tail -8 .fwknoprc | sed -e '/^[SKH]/s/\t.*/\t.../' -e '/^\[/s/[a-z][a-z]*/.../g'
> [...]
> ACCESS tcp/22
> SPA_SERVER ...
> #ALLOW_IP TBD
> KEY_BASE64 ...
> HMAC_KEY_BASE64 ...
> USE_HMAC Y
> RESOLVE_IP_HTTPS N
Kind regards,
--
Jochen Bern
Systemingenieur
Binect GmbH
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: applicatio...
2012 Aug 30
2
Announce: Puppet-3.0.0-rc5 Available
...pet agents can use SRV records in DNS to
find CA, master, report, and file servers (#3669)
# DSL/Config Changes
* Variable Scoping - Dynamic scoping has been removed.
http://docs.puppetlabs.com/guides/scope_and_puppet.html
* Auth.conf differentiates between names and IPs - There''s a new
`allow_ip` keyword in auth.conf if you want to permit IP addresses.
(PR991)
* `unless` is available as a synonym for `if !` (#7762)
* Pluginsync now defaults to true - Yep, it''s true. (#5521)
* Updated `config.ru` syntax -- When running the master under Rack,
make sure you update your config.ru to f...