Skip to content
Discussion options

You must be logged in to vote

You have this message: CVS POST response error: reason=, status=403
You need to create a key for CVS usage, see:

https://docs.ted.europa.eu/api/index.html
https://docs.ted.europa.eu/api/endpoints/cvs-ted-europa-eu.html

See editor demo application.yaml for guidance:

client:
  cvs:
    url: "https://cvs.ted.europa.eu"
    ### Security: use a command line parameter for security related data
    ### Example -Dclient.cvs.apiKey=ENVIRONMENT_VARIABLE_VALUE_HERE
    apiKey: "YOUR_API_KEY"

When running the editor demo from command line you have to pass the parameter:
... jar ... -Dclient.cvs.apiKey=ENVIRONMENT_VARIABLE_VALUE_HERE

Something like this:
java -jar \ -Dclient.cvs.apiKey=${CVS_API_KEY…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@AlexAS81
Comment options

@rouschr
Comment options

@AlexAS81
Comment options

@bertrand-lorentz
Comment options

@rouschr
Comment options

Answer selected by rouschr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
ted api Related to the TED API endpoints notice editor Related to the Notice Editor sample application
3 participants