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

Error with GPG #98

Open
samtux opened this issue Jan 7, 2019 · 2 comments
Open

Error with GPG #98

samtux opened this issue Jan 7, 2019 · 2 comments

Comments

@samtux
Copy link

samtux commented Jan 7, 2019

I get the next error with Arch Linux x64:

c2c-template --cache /build/c2ctemplate-cache.json --engine mako \
	--runtime-environment-pattern '${{{}}}' --files project.yaml.mako
gpg --output secrets.tar.bz2 --decrypt secrets.tar.bz2.gpg
gpg: encrypted with ELG key, ID D9010D0CA556AE3D
gpg: encrypted with RSA key, ID BE23B0FBB8DD9EC1
gpg: encrypted with RSA key, ID AFF1775584631A50
gpg: encrypted with RSA key, ID D0C01D4F8D5B5440
gpg: encrypted with RSA key, ID 19A11C7FF22639F2
gpg: encrypted with RSA key, ID F9026FB0EB2DABD3
gpg: encrypted with ELG key, ID 8DACDB8A862F75DC
gpg: decryption failed: No secret key
make: *** [secrets] Error 2
CONST_Makefile:768: recipe for target 'secrets' failed
@sbrunner
Copy link
Member

sbrunner commented Jan 8, 2019

Which branch do y try to use?
The goal of the project is to host the demo who is available here:
https://geomapfish-demo.camptocamp.com/2.3
https://geomapfish-demo-dc.camptocamp.com/2.4
the secrets.tar.bz2.gpg file contains some secretes things
on the 2.4 branch it contains the file .env.secrets with something like:

SENTRY_URL=***
PGPASSWORD=***
C2C_SECRET=***
AWS_ACCESS_KEY_ID=***
AWS_SECRET_ACCESS_KEY=***
SMTP_USER=***
SMTP_PASSWORD=***

The main issue you will probably have with this project is that you don't have the data ...

@samtux
Copy link
Author

samtux commented Jan 8, 2019

Hi @sbrunner. I was trying to replicate the example in a local Docker container. But I understand it can't be replicated.

I tried to install the camptocamp docker images, but without a successful result.

I like the work you've been doing with GeoMapfish, great design and tools available.

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

No branches or pull requests

2 participants