- VMware Workstation
- 2 Windows Servers VM (Core - w/o GUI and one with GUI) - Networking NAT
- Install Forest on the Core Server
Install-ADDSForest `
-DomainName "wintest.local" `
-CreateDnsDelegation:$false `
-DatabasePath "C:\Windows\NTDS" `
{ | |
"ignition": { | |
"version": "3.2.0" | |
}, | |
"passwd": { | |
"users": [ | |
{ | |
"groups": [ | |
"sudo", | |
"docker" |
<md:EntitiesDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" Name="urn:keycloak"><md:EntityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" entityID="http://localhost:8080/auth/realms/master"><md:IDPSSODescriptor WantAuthnRequestsSigned="true" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"><md:KeyDescriptor use="signing"><ds:KeyInfo><ds:KeyName>EQxZBqlBK1w6iOgQhC2mXTMfx--u8xJlJIpMA2AhaWo</ds:KeyName><ds:X509Data><ds:X509Certificate>MIICmzCCAYMCBgF3xjnmxDANBgkqhkiG9w0BAQsFADARMQ8wDQYDVQQDDAZtYXN0ZXIwHhcNMjEwMjIxMjAxMTU5WhcNMzEwMjIxMjAxMzM5WjARMQ8wDQYDVQQDDAZtYXN0ZXIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC8R0SUTnrveqtW8jcmsPM43CcngxQIB/7dS1tWd1MA6OvZRPofW+833qdCadowyfHhJqLcKRUCvS35j53jQZJiP |
apiVersion: projectcalico.org/v3 | |
kind: NetworkPolicy | |
metadata: | |
name: default.jaeger-operator-allow-ingress-trafic | |
namespace: observability | |
spec: | |
ingress: | |
- action: Allow | |
destination: | |
selector: app.kubernetes.io/component == "query" |
parsers.conf: | | |
[PARSER] | |
Name docker | |
Format json | |
Time_Keep Off | |
Time_Key time | |
Time_Format %Y-%m-%dT%H:%M:%S.%L | |
------------------- | |
fluent-bit.conf: | |
#version=RHEL9 | |
# Kickstart for HeadlessCISPodman | |
# Version 9.2.1 | |
# License agreement | |
eula --agreed | |
# Use non-interactive install | |
# (this has to be `cmdline` on RHEL 7) |
#version=RHEL8 | |
# Kickstart for HeadlessCISPodman | |
# Version 8.8.1 | |
# License agreement | |
eula --agreed | |
# Use non-interactive install | |
# (this has to be `cmdline` on RHEL 7) |