Skip to content

Releases: nsofnetworks/terraform-provider-pfptmeta

0.1.51

27 Oct 17:53
Compare
Choose a tag to compare
NSOF-9189 certificates: support configuring BYO certificates

BYO certificates are CA certificates the admin configures and can be used
in AAC rules in order to validate that the user has a device certificate
signed by those CAs.

In our API certificates are managed via our v1/certificates endpoints.
Originally only "managed" certificates were supported, which means the
caller provided a list of SANs and the service would create and manage
respective certificates used by the service.

With the introduction of AAC the certificates API was extended to support
providing BYO CA certificates.

Add a "certificate" string field - which is mutually exclusive with the
"sans" field - to allow providing a certificate in PEM format.

For implementation simplicity, two shortcuts are taken:

- the certificate field uses a "ForceNew" attribute, which means the
  certificate cannot be changed on an existing object. This means that for
  now, if an AAC rule points to an existing certificate, and that
  certificate PEM needs to be changed, the AAC rule needs to be changed
  as well.

- no support for BYO certificates in the certificate data source

0.1.50

12 May 17:42
Compare
Choose a tag to compare
NSOF-8836 aac_rules: remove suspicious_login field

0.1.49

13 Feb 11:48
Compare
Choose a tag to compare
NSOF-7985 dlp/fsr: remove all

Scan rules are replacing fsr and dlp rules, so need to remove.

0.1.48

07 Jan 08:34
Compare
Choose a tag to compare
NSOF-7985 dlp/file_scanning_rule: disallow create/update of fsr/dlp r…

0.1.47

18 Dec 08:57
Compare
Choose a tag to compare
NSOF-8280 provider: remove deprecated ufr catalog_app_risk field

0.1.46

12 Nov 09:18
Compare
Choose a tag to compare
NSOF-8150 url_filtering_rule: modify ufr ISOLATION action to ISOLATE

0.1.45

05 Nov 11:50
Compare
Choose a tag to compare
NSOF-8039 app: add domain_federation sub resource

0.1.44

10 Oct 13:52
Compare
Choose a tag to compare
NSOF-7972 idp: introduce resource and data-source

0.1.43

04 Sep 08:51
Compare
Choose a tag to compare
NSOF-6622 pac_file_test.go: vary priority values to reduce conflicts

0.1.42

16 Jul 11:10
Compare
Choose a tag to compare
NSOF-7538 ssl_bypass_rules: fix action description