Skip to content
View osowski's full-sized avatar

Organizations

@gameontext
Block or Report

Block or report osowski

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. awesome-learn awesome-learn Public

    Forked from csantanapr/awesome-learn

    My list of recommendations

  2. 1on1-questions 1on1-questions Public

    Forked from VGraupera/1on1-questions

    Mega list of 1 on 1 meeting questions compiled from a variety to sources

    JavaScript 1

  3. refarch-eda refarch-eda Public

    Forked from ibm-cloud-architecture/refarch-eda

    Event Driven Architecture Reference Architecture solution implementation and guidances.

    Python

  4. Kafka Security Article #1 Snippets Kafka Security Article #1 Snippets
    1
    bootstrap.servers=kafka.{kubernetes-cluster-fully-qualified-domain-name}:443
    2
    sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required username="{USERNAME}" password="{PASSWORD}";
    3
    security.protocol=SASL_SSL
    4
    sasl.mechanism=PLAIN
    5
    ssl.truststore.location={/provided/to/you/by/the/kafka/administrator}
  5. Kafka Security Article #2 Snippets -... Kafka Security Article #2 Snippets - TLS
    1
    bootstrap.servers=kafka.{kubernetes-cluster-fully-qualified-domain-name}:443
    2
    security.protocol=SSL
    3
    ssl.truststore.location={/provided/to/you/by/kafka/administrator}
    4
    ssl.truststore.password={__provided_to_you_by_kafka_administrator__}
    5
    ssl.keystore.location={/generated/in/coordination/with/kafka/adminstrator}
  6. Seagate/cortx-k8s Seagate/cortx-k8s Public archive

    CORTX Kubernetes Orchestration Repository

    Shell 6 47