Skip to content

Releases: ARGOeu/argo-api-authn

Version 0.1.1-1

02 Oct 11:17
5a4412f
Compare
Choose a tag to compare
  • ARGO-1405 Don't override the topic's acl in goc db users creation script
  • ARGO-1397 Fix DN parsing to follow a predictable pattern

Version 0.1.0-1

04 Sep 12:51
8863f5a
Compare
Choose a tag to compare
  • ARGO-1168 Auth Service Initialisation
  • ARGO-1171 Database Interface with some basic functionality
  • ARGO-1172 Add functionality for required struct tags and convert stru… …
  • ARGO-1173 Generic Handlers and Routing
  • ARGO-1174 API CALL - Create Service
  • ARGO-1176 API CALL - Get service(s)
  • ARGO-1183 API CALL - Get Auth method(s)
  • ARGO-1182 API CALL - Create Auth method
  • ARGO-1217 Change service to service type
  • ARGO-1184 API AuthN: Service types - use uuid
  • ARGO-1205 API AuthN: Authentication method - use uuid
  • ARGO-1211 API CALL - Create Binding
  • ARGO-1212 API CALL - Get binding(s)
  • ARGO-1222 List all auth methods bug fix
  • ARGO-1123 List all service types bug fix
  • ARGO-1165 X509 API Call
  • ARGO-1227 Refactor Create Binding to also assign a UUID
  • ARGO-1228 Refactor Get Binding(s) to work with UUID
  • ARGO-1121 Script for creating users
  • ARGO-1213 API CALL - Update Binding
  • ARGO-1248 - create argo-api spec file
  • ARGO-1214 API CALL - Delete Binding
  • ARGO-1124 Better documentation and errors for argo-authN service types
  • ARGO-1220 Refactor errors to not expose go struct info
  • ARGO-1189 API Call - Update Service Type
  • ARGO-1191 API CALL - Delete Auth Method
  • ARGO-1191 API CALL - Delete Auth Method
  • ARGO-1272 Extend RDNSequence to string method to support DC rdn
  • ARGO-1254 Service build and management fixes
  • ARGO-1237 Add SysLogHandler
  • ARGO-1280 Check Revocation List
  • ARGO-1283 Check certificate expiration date
  • ARGO-1284 Certificate verify hostname
  • ARGO-1306 Update authn service file to include syslog name for the se… …
  • ARGO-1293 Deprecate existing auth_methods package and its uses
  • ARGO-1301 Refactor service-type - Add an additional field named type
  • ARGO-1280 Check Revocation List
  • ARGO-1283 Check certificate expiration date
  • ARGO-1301 Refactor service-type - Add an additional field named type
  • ARGO-1293 Deprecate existing auth_methods package and its uses
  • ARGO-1301 Refactor service-type - Add an additional field named type
  • ARGO-1304 Refactor service-types - remove field retrieval field
  • ARGO-1305 Refactor datastore to deal with the new version of auth met… …
  • ARGO-1311 Refactor utils method GetFieldValueByName to also work with… …
  • ARGO-1312 Add utils method that sets a value to field given its name
  • ARGO-1294 Refactor Create auth method using structs instead of generi… …
  • ARGO-1295 Refactor Get auth method(s) using structs instead of generi… …
  • ARGO-1206 API CALL - Update Auth method
  • ARGO-1323 Ability to set up the service without cert verification
  • ARGO-1300 Refactor x509 mapping to use the new auth method interface
  • ARGO-1190 API CALL - Delete Service-type
  • ARGO-1297 Remove deprecated package auth_methods and its uses
  • ARGO-1362 Databse Session Clone functionality
  • ARGO-1363 Check for unsupported auth type for the service type during… …