Skip to content

Commit

Permalink
Update RBAC for QA environment (#2894)
Browse files Browse the repository at this point in the history
* Update RBAC in QA

* Update RBAC in QA

* Update application-qa.yaml

---------

Co-authored-by: Cheng <[email protected]>
  • Loading branch information
Ponnia-M and chengjie8 authored Apr 24, 2024
1 parent 9437e51 commit d107e03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions svc-bie-kafka/src/main/resources/application-qa.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
spring:
kafka:
bootstrap-servers: "${BIE_KAFKA_PLACEHOLDERS_BROKERS:bip-kafka.qa.bip.va.gov:443}"
bootstrap-servers: "${BIE_KAFKA_PLACEHOLDERS_BROKERS:bip-kafka.stage.bip.va.gov:443}"
properties:
basic.auth.credentials.source: USER_INFO
basic.auth.user.info: "${BIE_KAFKA_RBAC_USERNAME}:${BIE_KAFKA_RBAC_PASSWORD}"
schema.registry:
basic.auth.credentials.source: USER_INFO
basic.auth.user.info: "${BIE_KAFKA_RBAC_USERNAME}:${BIE_KAFKA_RBAC_PASSWORD}"
url: "${BIE_KAFKA_PLACEHOLDERS_BROKERS:https://bip-schemaregistry.dev.bip.va.gov}"
url: "${BIE_KAFKA_PLACEHOLDERS_BROKERS:https://bip-schemaregistry.stage.bip.va.gov}"
ssl:
truststore.location: "${TRUSTSTORE_FILE}"
truststore.password: "${BIE_KAFKA_TRUSTSTORE_PASSWORD}"
Expand All @@ -18,7 +18,7 @@ spring:
jaas:
config: "org.apache.kafka.common.security.plain.PlainLoginModule required username=\"${BIE_KAFKA_RBAC_USERNAME}\" password=\"${BIE_KAFKA_RBAC_PASSWORD}\";"
consumer:
group-id: "${BIE_KAFKA_PLACEHOLDERS_GROUP_ID:EXT_VRO_QA}"
group-id: "${BIE_KAFKA_PLACEHOLDERS_GROUP_ID:EXT_VRO_UAT}"
key-deserializer: "org.apache.kafka.common.serialization.StringDeserializer"
value-deserializer: "io.confluent.kafka.serializers.KafkaAvroDeserializer"
security:
Expand Down

0 comments on commit d107e03

Please sign in to comment.