Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API for updateVC #240

Closed

Conversation

chopadetejaswini
Copy link
Contributor

There are 3 files in which I have made changes. By mistaken I have pushed docker-compose file which has es version 7.10.1 but we need es version 6.6.0

@holashchand
Copy link
Contributor

close this pr and create new from scratch, there is no required changes in this

docker-compose.yml Outdated Show resolved Hide resolved
environment:
- discovery.type=single-node
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
- ELASTIC_PASSWORD=${ELASTIC_SEARCH_PASSWORD}
- xpack.security.enabled=${ELASTIC_SECURITY_ENABLED-false}
- logger.level=DEBUG
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this change

@@ -289,6 +290,7 @@ services:
image: redis:latest
ports:
- "6379:6379"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this new line

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this file

@holashchand
Copy link
Contributor

Please make all the changes requested

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this file from git

@holashchand
Copy link
Contributor

These changes are not required as VC is updated when there is change in some property of the entity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT]: Create an API for updating VC for an entity
2 participants