-
Notifications
You must be signed in to change notification settings - Fork 9
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
Q&A- Tec: Credential Revocation #29
Comments
@MyriamLara What is running on running on port 4008? Could you please show us an error log from the relevant microservice? |
el contenedor de status en el puerto 4008 esta corriendo pero desde payload no lo alcanza a servidor por fetch: Por lo tanto nuestra propuesta es que mejor usen axios en lugar de fetch |
Could you show us your docker compose file and any .env files? Taking out the secret parts of course. In particular, we want to see what your GitHub configuration for the status list looks like. If you'd rather not post it here in this issue, feel free to email me. Thanks! |
I attach the versions and environment variables that we use to test the application and we cannot revoke the credential. Can't find the container. I know there is another URL that works, but we don't want to depend on the external service. Solo status of the container. I tried it directly on postaman and the service works. In the payload backend it cannot be linked. You must see some problem with the IP of the containers or ports. Check it. Greetings |
@jchartrand - would you look into this issue? Could it be related to the version of the software being used? |
@AngelOCrz94 I'm not sure if you meant to include the .env files in the zip? I just see the docker compose file. You could email them to me if that's easier/better. |
@jchartrand in a moment send you to email this files .env |
I not have shared configuration is own tec. Because no found the revocation. |
Could you try changing the env variable called STATUS_URL to: http://status:4008 (you had it set to http://localhost:4008) and then try revoking a credential again? Thanks! |
The adjustment that was indicated to us has been made and the revocation is now working successfully, however now we have the following doubts: 1.- Is it correct to make this value change?; That is, so we are no longer using the status container service? 2.- We understand that it should work with the status container service (which does not work even locally) and not with an external service (http://status:4008), and if we are going to use an external service What is the point of creating the container if another service is going to be used? |
Good question. Yes, it is still using the local status container service. http://status:4008 is the address for the service within the docker compose network. It is one of the very cool features of docker compose that lets the containers within the compose network talk to each other. The docker compose network knows to resolve http calls to 'status' to the local service container. |
@AngelOCrz94 confirms that this issue is resolved during a team meeting on 6/14/24. Closing this issue. |
Another topic that we want to share with you is regarding the revocation of a credential. We share evidence with you (images 4 and 5).
Image 4
![image](https://private-user-images.githubusercontent.com/95261927/307201427-732f9173-09d3-4b21-b9f6-bdda9840215c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NDg4OTEsIm5iZiI6MTczODk0ODU5MSwicGF0aCI6Ii85NTI2MTkyNy8zMDcyMDE0MjctNzMyZjkxNzMtMDlkMy00YjIxLWI5ZjYtYmRkYTk4NDAyMTVjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDE3MTYzMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTBmNTE5YjE0NDc5N2U5ZDFmMTM0MmQ3YjBjZjY0Y2JjMjFiYjc3YTA1MWJkYTQ5YjY2MTUwNWFjZmY4YTFjNjEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.MslbaMyqMDAOXHmSSUanzYNrugZ4S4WiCzDbZGd2MxA)
![image](https://private-user-images.githubusercontent.com/95261927/307201440-8cba7a3b-8f39-413c-b5c8-06a1bb799368.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NDg4OTEsIm5iZiI6MTczODk0ODU5MSwicGF0aCI6Ii85NTI2MTkyNy8zMDcyMDE0NDAtOGNiYTdhM2ItOGYzOS00MTNjLWI1YzgtMDZhMWJiNzk5MzY4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDE3MTYzMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTA0OGViM2VhYzAwYWZlZDMzNGY2ZWQ4NzkwNDQ1MWE5NWMwMzY0NjdhMjBlYjZjMDFjY2RlZTAwNGZlNDQyY2QmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.nNOkARePeRtoy3o2hsPwFRH3-_TpkWBcwLkjSHGSV4s)
Image 5
![image](https://private-user-images.githubusercontent.com/95261927/307201449-601a9ce4-5acd-4d7f-8afc-135fdd1054cd.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NDg4OTEsIm5iZiI6MTczODk0ODU5MSwicGF0aCI6Ii85NTI2MTkyNy8zMDcyMDE0NDktNjAxYTljZTQtNWFjZC00ZDdmLThhZmMtMTM1ZmRkMTA1NGNkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDE3MTYzMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTEwNDkyOGE2YzM0NjQzODg3M2U2ZTY3YTUxZGVlODRjMmU3NzA4ODQ5NDAwZDg3MDNkYTU4NWFmNjgxNjE4MTMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.3gLGOhWw5oE-I_nE0O0BQ60NCEMfynr0q4soq1ZWrDs)
This error is always triggered when trying to revoke the credential.
The text was updated successfully, but these errors were encountered: