services-ambita-etinglysing
v2.1.1
Published
Documentation Ambita: https://ambita.atlassian.net/wiki/spaces/DOC/pages/1202356259/Etinglysing+integration+guide https://beta.etinglysing.no/ws/v7/dokument?wsdl
Readme
services-ambita-etinglysing
Documentation Ambita: https://ambita.atlassian.net/wiki/spaces/DOC/pages/1202356259/Etinglysing+integration+guide https://beta.etinglysing.no/ws/v7/dokument?wsdl
Handy links: https://www.kartverket.no/eiendom/skjema/pantedokument---fast-eiendom https://seeiendom.kartverket.no/ https://github.com/kartverket/etinglysing-systembeskrivelse/blob/master/README.md
For running locally:
npm run devYou need to set up a .envrc file with username, password, and client info.
Blocc
This can be installed as a Blocc module.
blocc install stacc/ambita-etinglysingExample environment configuration:
apiVersion: environments.blocc.dev/v1beta1
kind: Development
metadata:
name: dev
spec:
resourceProfile: small
modules:
services-ambita-etinglysing:
values:
apiUrl: "https://api.ambita.com"
authUrl: "https://auth.ambita.com"
clientId: "your-client-id"
username: "your-username"
valuesFrom:
clientSecret:
type: Env
key: AMBITA_CLIENT_SECRET
password:
type: Env
key: AMBITA_PASSWORD